1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-03-08 13:19:05 +00:00

Update wireguard-v5.sh () ()

Fix typo in service file that prevents WGDashboard from starting on boot

Co-authored-by: Logan Long <loganjohnlong@users.noreply.github.com>
This commit is contained in:
tteckster 2023-02-26 21:41:25 -05:00 committed by GitHub
parent 4d78d5233c
commit 2c27ff2cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -361,7 +361,7 @@ msg_ok "Installed WGDashboard"
msg_info "Creating Service"
service_path="/etc/systemd/system/wg-dashboard.service"
echo "[Unit]
After=netword.service
After=systemd-networkd.service
[Service]
WorkingDirectory=/etc/wgdashboard/src