Skip to content

Commit 6ae5eef

Browse files
authored
Add -y flag to wgd.sh update command (#12767)
Otherwise script waits, which seems like hanging if called without verbose mode
1 parent b6805bb commit 6ae5eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/wireguard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function update_script() {
3737
if [[ -d /etc/wgdashboard ]]; then
3838
sleep 2
3939
cd /etc/wgdashboard/src
40-
$STD ./wgd.sh update
40+
$STD ./wgd.sh update -y
4141
$STD ./wgd.sh start
4242
fi
4343
msg_ok "Updated LXC"

0 commit comments

Comments
 (0)