Skip to content

Commit

Permalink
fix: [LAUNCH] fix killall
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Feb 5, 2024
1 parent e57703a commit c1529b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/LAUNCH.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c1529b2

Please sign in to comment.