fix: [LAUNCH] fix killall

dev
terrtia 2024-02-05 11:09:41 +01:00
parent e57703ad04
commit c1529b217d
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 2 additions and 1 deletions

View File

@ -692,7 +692,8 @@ while [ "$1" != "" ]; do
;; ;;
--set_kvrocks_namespaces ) set_kvrocks_namespaces; --set_kvrocks_namespaces ) set_kvrocks_namespaces;
;; ;;
-k | --killAll ) killall; -k | --killAll ) check_screens;
killall;
;; ;;
-r | --restart ) killall; -r | --restart ) killall;
sleep 0.1; sleep 0.1;