Skip to content

Commit efe598d

Browse files
authored
beszel: fix: binary permission after upgrade (#7697)
1 parent 82caa87 commit efe598d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ct/beszel.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function update_script() {
3333

3434
msg_info "Updating $APP"
3535
$STD /opt/beszel/beszel update
36+
chmod +x /opt/beszel/beszel
3637
msg_ok "Updated $APP"
3738

3839
msg_info "Starting $APP"
@@ -49,4 +50,4 @@ description
4950
msg_ok "Completed Successfully!\n"
5051
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
5152
echo -e "${INFO}${YW} Access it using the following IP:${CL}"
52-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8090${CL}"
53+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8090${CL}"

0 commit comments

Comments
 (0)