From 4ea971c1b9ee68c581ded712bc0150468c5bd754 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Wed, 5 May 2021 14:52:28 -0400 Subject: [PATCH] v2.0-beta-1 Commit --- src/wgd.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/wgd.sh b/src/wgd.sh index f07253f..5002c30 100644 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -60,14 +60,6 @@ update_wgd() { printf "%s\n" "$dashes" printf "| Now you can start the dashboard with >> sh wgd.sh start |\n" printf "%s\n" "$dashes" -# if check_wgd_status; then -# stop_wgd -# sleep 2 -# printf "Wireguard Dashboard is stopped. \n" -# start_wgd_debug -# else -# start_wgd_debug -# fi else printf "%s\n" "$dashes" printf "Cancel update. \n"