mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-07-27 00:12:10 +02:00
run-script: shellcheck fix
This commit is contained in:
Regular → Executable
+1
-1
@@ -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