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 82caa87 commit efe598dCopy full SHA for efe598d
ct/beszel.sh
@@ -33,6 +33,7 @@ function update_script() {
33
34
msg_info "Updating $APP"
35
$STD /opt/beszel/beszel update
36
+ chmod +x /opt/beszel/beszel
37
msg_ok "Updated $APP"
38
39
msg_info "Starting $APP"
@@ -49,4 +50,4 @@ description
49
50
msg_ok "Completed Successfully!\n"
51
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
52
echo -e "${INFO}${YW} Access it using the following IP:${CL}"
-echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8090${CL}"
53
+echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8090${CL}"
0 commit comments