1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-22 07:10:09 +01:00

Update wgd.sh

This commit is contained in:
Donald Zou 2024-11-05 19:46:09 +08:00
parent 29ecd602ec
commit 3bc54a4e16

View File

@ -227,7 +227,7 @@ install_wgd(){
if [ ! -d "/etc/wireguard/WGDashboard_Backup" ] if [ ! -d "/etc/wireguard/WGDashboard_Backup" ]
then then
printf "[WGDashboard] Creating /etc/wireguard/WGDashboard_Backup folder\n" printf "[WGDashboard] Creating /etc/wireguard/WGDashboard_Backup folder\n"
mkdir "/etc/wireguard/WGDashboard_Backup" sudo mkdir "/etc/wireguard/WGDashboard_Backup"
fi fi
if [ ! -d "log" ] if [ ! -d "log" ]