From 9f3b66c16040efaccede682b1c0edfba09da6d03 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:59:09 +0200 Subject: [PATCH] beszel: fix: binary permission after upgrade --- ct/beszel.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/beszel.sh b/ct/beszel.sh index b1090e91e..144d338b8 100644 --- a/ct/beszel.sh +++ b/ct/beszel.sh @@ -33,6 +33,7 @@ function update_script() { msg_info "Updating $APP" $STD /opt/beszel/beszel update + chmod +x /opt/beszel/beszel msg_ok "Updated $APP" msg_info "Starting $APP" @@ -49,4 +50,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following IP:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8090${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8090${CL}"