mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-04 15:00:23 +01:00
Update wgd.sh
This commit is contained in:
parent
8367576dc8
commit
93007cd56c
10
src/wgd.sh
10
src/wgd.sh
@ -82,16 +82,16 @@ if [ "$#" != 1 ];
|
||||
else
|
||||
if [ "$1" = "start" ]; then
|
||||
if check_wgd_status; then
|
||||
printf "Wireguard Dashboard is already running. \n"
|
||||
printf "| Wireguard Dashboard is already running. |\n"
|
||||
else
|
||||
start_wgd
|
||||
fi
|
||||
elif [ "$1" = "stop" ]; then
|
||||
if check_wgd_status; then
|
||||
stop_wgd
|
||||
printf "Wireguard Dashboard is stopped. \n"
|
||||
printf "| Wireguard Dashboard is stopped. |\n"
|
||||
else
|
||||
printf "Wireguard Dashboard is not running. \n"
|
||||
printf "| Wireguard Dashboard is not running. |\n"
|
||||
fi
|
||||
elif [ "$1" = "update" ]; then
|
||||
update_wgd
|
||||
@ -101,14 +101,14 @@ if [ "$#" != 1 ];
|
||||
if check_wgd_status; then
|
||||
stop_wgd
|
||||
sleep 2
|
||||
printf "Wireguard Dashboard is stopped. \n"
|
||||
printf "| Wireguard Dashboard is stopped. |\n"
|
||||
start_wgd
|
||||
else
|
||||
start_wgd
|
||||
fi
|
||||
elif [ "$1" = "debug" ]; then
|
||||
if check_wgd_status; then
|
||||
printf "Wireguard Dashboard is already running. \n"
|
||||
printf "| Wireguard Dashboard is already running. |\n"
|
||||
else
|
||||
start_wgd_debug
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user