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 df11069 commit acf5edaCopy full SHA for acf5eda
ct/wireguard.sh
@@ -32,6 +32,7 @@ function update_script() {
32
sleep 2
33
cd /etc/wgdashboard/src
34
./wgd.sh update
35
+ ./wgd.sh start
36
exit
37
}
38
@@ -42,4 +43,4 @@ description
42
43
msg_ok "Completed Successfully!\n"
44
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
45
echo -e "${INFO}${YW} WGDashboard Access it using the following URL:${CL}"
-echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:10086${CL}"
46
+echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:10086${CL}"
0 commit comments