This commit is contained in:
Remy Moll 2020-05-13 16:30:09 +02:00
parent 9a51de9ad8
commit cb2ec0ee69

@ -2,7 +2,7 @@
if pgrep -x "python3" > /dev/null
then
python3 main.py
echo "Already running"
else
echo "Not running"
python3 main.py
fi