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
|
||||
echo "[=== bot is running "
|
||||
echo "[=== killing bot process "
|
||||
kill $(cat .pid)
|
||||
kill "$(cat .pid)"
|
||||
echo "[=== removing .pid file "
|
||||
rm .pid
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user