v2.2-beta4

Finished testing the QR code function and finish debugging the peer file download function.
This commit is contained in:
Donald Cheng Hong Zou
2021-08-05 23:15:50 -04:00
parent 02886dd420
commit 905c068ed5
9 changed files with 475 additions and 259 deletions

View File

@@ -93,9 +93,9 @@ if [ "$#" != 1 ];
stop_wgd
sleep 2
printf "Wireguard Dashboard is stopped. \n"
start_wgd_debug
start_wgd
else
start_wgd_debug
start_wgd
fi
elif [ "$1" = "debug" ]; then
if check_wgd_status; then