version 2.2409.1

This commit is contained in:
2024-09-04 15:29:31 +08:00
parent 279ce91689
commit 86ae0779ef
4 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ case "$1" in
;;
stop)
for procName in $ProcList;do
echo "Stoping $procName process ..."
echo "Stopping $procName process ..."
systemctl stop $procName
done
;;