mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-10 22:26:23 +02:00
run-script: shellcheck fix
This commit is contained in:
2
faust-bot-run.sh
Normal file → Executable file
2
faust-bot-run.sh
Normal file → Executable file
@@ -63,7 +63,7 @@ stop() {
|
|||||||
else
|
else
|
||||||
echo "[=== bot is running "
|
echo "[=== bot is running "
|
||||||
echo "[=== killing bot process "
|
echo "[=== killing bot process "
|
||||||
kill $(cat .pid)
|
kill "$(cat .pid)"
|
||||||
echo "[=== removing .pid file "
|
echo "[=== removing .pid file "
|
||||||
rm .pid
|
rm .pid
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user