Home

-{# #}
+ {% if msg != "" %} + +
{{ msg }}
+ {% endif %} {% if conf == [] %}

You don't have any WireGuard configurations yet. Please check the configuration folder or change it in "Settings". By default the folder is "/etc/wireguard".

diff --git a/src/wgd.sh b/src/wgd.sh index 3329a66..15632fb 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -101,8 +101,7 @@ update_wgd() { mv wgd.sh wgd.sh.old printf "| Downloading %s from GitHub... |\n" "$new_ver" git stash > /dev/null 2>&1 -# git pull - git pull https://github.com/donaldzou/wireguard-dashboard.git $new_ver --force > /dev/null 2>&1 + git pull https://github.com/donaldzou/WGDashboard.git $new_ver --force > /dev/null 2>&1 printf "| Upgrading pip |\n" python3 -m pip install -U pip > /dev/null 2>&1 printf "| Installing latest Python dependencies |\n"