From 6ae5eefdf5b484353357e013edd9a6c16608368b Mon Sep 17 00:00:00 2001 From: Markus Zellner <25813640+odin568@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:43:18 +0100 Subject: [PATCH] Add -y flag to wgd.sh update command (#12767) Otherwise script waits, which seems like hanging if called without verbose mode --- ct/wireguard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/wireguard.sh b/ct/wireguard.sh index 7edace668..83800accc 100644 --- a/ct/wireguard.sh +++ b/ct/wireguard.sh @@ -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"