Update wireguard-install.sh

pull/199/head
tteckster 2022-04-26 14:31:33 -04:00 committed by GitHub
parent b118060a0f
commit 9f8910144f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -108,8 +108,8 @@ WGDREL=$(curl -s https://api.github.com/repos/donaldzou/WGDashboard/releases/lat
| grep "tag_name" \
| awk '{print substr($2, 2, length($2)-3) }') \
git clone -b ${WGDREL} https://github.com/donaldzou/WGDashboard.git /ect/wgdashboard &>/dev/null
cd /ect/wgdashboard/src
git clone -b ${WGDREL} https://github.com/donaldzou/WGDashboard.git /etc/wgdashboard &>/dev/null
cd /etc/wgdashboard/src
sudo chmod u+x wgd.sh
sudo ./wgd.sh install &>/dev/null
sudo chmod -R 755 /etc/wireguard
@ -121,8 +121,8 @@ echo "[Unit]
After=netword.service
[Service]
WorkingDirectory=/ect/wgdashboard/src
ExecStart=/usr/bin/python3 /ect/wgdashboard/src/dashboard.py
WorkingDirectory=/etc/wgdashboard/src
ExecStart=/usr/bin/python3 /etc/wgdashboard/src/dashboard.py
Restart=always