Skip to content

Commit acf5eda

Browse files
authored
Fix: Wireguard - Restart wgdashboard after update (#2587)
Fix: Restart wgdashboard automatically after update
1 parent df11069 commit acf5eda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ct/wireguard.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function update_script() {
3232
sleep 2
3333
cd /etc/wgdashboard/src
3434
./wgd.sh update
35+
./wgd.sh start
3536
exit
3637
}
3738

@@ -42,4 +43,4 @@ description
4243
msg_ok "Completed Successfully!\n"
4344
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
4445
echo -e "${INFO}${YW} WGDashboard Access it using the following URL:${CL}"
45-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:10086${CL}"
46+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:10086${CL}"

0 commit comments

Comments
 (0)