Add -y flag to wgd.sh update command (#12767)

Otherwise script waits, which seems like hanging if called without verbose mode
This commit is contained in:
Markus Zellner
2026-03-11 11:43:18 +01:00
committed by GitHub
parent b6805bb845
commit 6ae5eefdf5

View File

@@ -37,7 +37,7 @@ function update_script() {
if [[ -d /etc/wgdashboard ]]; then
sleep 2
cd /etc/wgdashboard/src
$STD ./wgd.sh update
$STD ./wgd.sh update -y
$STD ./wgd.sh start
fi
msg_ok "Updated LXC"