Merge pull request #51 from neko404notfound/patch-1
Fixed a stupid typo.
This commit is contained in:
commit
db0391d8af
@ -7,7 +7,7 @@
|
|||||||
trap "echo 'Received interrupt. Exiting.'; exit 0" SIGINT
|
trap "echo 'Received interrupt. Exiting.'; exit 0" SIGINT
|
||||||
|
|
||||||
# Also loads the venv if it is present.
|
# 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
|
until python -m src; do
|
||||||
# Added colouring to ensure the date of shutdown and the exit code stands
|
# Added colouring to ensure the date of shutdown and the exit code stands
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user