run-script: shellcheck fix

This commit is contained in:
Context 77
2024-08-11 20:48:49 +02:00
parent 6e9a9ede56
commit f0aeaf946e

2
faust-bot-run.sh Normal file → Executable file
View 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