mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 03:40:03 +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:
parent
b6805bb845
commit
6ae5eefdf5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue