fix: [LAUNCH] fix killall

This commit is contained in:
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

View file

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