Archived
1
0

Add startall and stopall

This commit is contained in:
2025-08-24 19:40:37 +02:00
parent 759e7412c3
commit 8a97bc73bf

View File

@@ -26,7 +26,7 @@ case ${1} in
showHelp
exit 0
;;
"status");;
"status" | "startall" | "stopall");;
"start" | "stop")
if [ "${2}" == "" ] || [[ "${2}" == */* ]]; then
showHelp