Fixed a stupid typo.

This commit is contained in:
neko404notfound
2018-06-20 18:39:47 +01:00
committed by GitHub
parent 39838d3e79
commit 7f2f4a32ca
+1 -1
View File
@@ -7,7 +7,7 @@
trap "echo 'Received interrupt. Exiting.'; exit 0" SIGINT
# Also loads the venv if it is present.
[ -d .venv/bin ] && source ./venv/bin/activate && echo "Entered venv." || echo "No venv detected."
[ -d .venv/bin ] && source .venv/bin/activate && echo "Entered venv." || echo "No venv detected."
until python -m src; do
# Added colouring to ensure the date of shutdown and the exit code stands