mirror of
https://github.com/10h30/kazewp.git
synced 2026-05-12 15:21:20 +09:00
Add restart command
This commit is contained in:
@@ -51,7 +51,6 @@ case "$1" in
|
||||
list_sites
|
||||
;;
|
||||
"delete")
|
||||
|
||||
if [ -z "$2" ]; then
|
||||
show_action_menu "delete"
|
||||
else
|
||||
@@ -73,7 +72,13 @@ case "$1" in
|
||||
start_sites "$2"
|
||||
fi
|
||||
;;
|
||||
|
||||
"restart")
|
||||
if [ -z "$2" ]; then
|
||||
show_action_menu "restart"
|
||||
else
|
||||
restart_sites "$2"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
show_interactive_menu
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user