We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f618e20 commit beeed04Copy full SHA for beeed04
ct/alpine-wireguard.sh
@@ -32,7 +32,7 @@ function update_script() {
32
if [[ -d /etc/wgdashboard/src ]]; then
33
msg_info "update WGDashboard"
34
cd /etc/wgdashboard/src
35
- $STD echo "y" | ./wgd.sh update
+ echo "y" | ./wgd.sh update >/dev/null 2>&1
36
$STD ./wgd.sh start
37
msg_ok "WGDashboard updated"
38
fi
0 commit comments