mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-12 09:06:20 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user