Update alpine-wireguard.sh

This commit is contained in:
CanbiZ 2025-04-02 16:13:35 +02:00
parent b8a5a2726c
commit 41e9a454c8

View File

@ -32,7 +32,7 @@ function update_script() {
if [[ -d /etc/wgdashboard/src ]]; then
msg_info "update WGDashboard"
cd /etc/wgdashboard/src || exit
$STD ./wgd.sh update
$STD echo "y" | ./wgd.sh update
$STD ./wgd.sh start
msg_ok "WGDashboard updated"
fi