run script changed
This commit is contained in:
parent
95d673466f
commit
a0857c2888
1 changed files with 5 additions and 1 deletions
6
run
6
run
|
@ -1,2 +1,6 @@
|
|||
#!/bin/sh
|
||||
. venv/bin/activate && python3 ubot.py
|
||||
if [ -d "venv" ]; then
|
||||
. venv/bin/activate && python3 ubot.py
|
||||
else
|
||||
python3 ubot.py
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue