mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-12-14 03:47:40 +00:00
Update alpine-wireguard.sh (#8160)
This commit is contained in:
@@ -32,7 +32,7 @@ function update_script() {
|
|||||||
if [[ -d /etc/wgdashboard/src ]]; then
|
if [[ -d /etc/wgdashboard/src ]]; then
|
||||||
msg_info "update WGDashboard"
|
msg_info "update WGDashboard"
|
||||||
cd /etc/wgdashboard/src
|
cd /etc/wgdashboard/src
|
||||||
$STD echo "y" | ./wgd.sh update
|
echo "y" | ./wgd.sh update >/dev/null 2>&1
|
||||||
$STD ./wgd.sh start
|
$STD ./wgd.sh start
|
||||||
msg_ok "WGDashboard updated"
|
msg_ok "WGDashboard updated"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user