Update alpine-wireguard-install.sh

This commit is contained in:
CanbiZ 2025-03-25 15:32:24 +01:00
parent fcb5d0c2b7
commit 3cc3c6d534

View File

@ -89,12 +89,16 @@ stop() {
eend $? eend $?
} }
EOF EOF
chmod +x /etc/init.d/wg-dashboard
$STD rc-update add wg-dashboard default
$STD rc-service wg-dashboard start
msg_ok "Created Service for WGDashboard" msg_ok "Created Service for WGDashboard"
fi fi
msg_info "Starting Services" msg_info "Starting Services"
rc-update add wg-quick.wg0 default $STD rc-update add wg-quick.wg0 default
rc-service wg-quick.wg0 start $STD rc-service wg-quick.wg0 start
msg_ok "Started Services" msg_ok "Started Services"
motd_ssh motd_ssh