Skip to content

Commit beeed04

Browse files
authored
Update alpine-wireguard.sh (#8160)
1 parent f618e20 commit beeed04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/alpine-wireguard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function update_script() {
3232
if [[ -d /etc/wgdashboard/src ]]; then
3333
msg_info "update WGDashboard"
3434
cd /etc/wgdashboard/src
35-
$STD echo "y" | ./wgd.sh update
35+
echo "y" | ./wgd.sh update >/dev/null 2>&1
3636
$STD ./wgd.sh start
3737
msg_ok "WGDashboard updated"
3838
fi

0 commit comments

Comments
 (0)