From a2306d6b32ab100c9a7e0d20db7b1f1e77d517d0 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 18 Sep 2025 20:10:51 +0200 Subject: [PATCH] Delay chmod after updating beszel (#7725) --- ct/beszel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/beszel.sh b/ct/beszel.sh index 144d338b8..f3d448429 100644 --- a/ct/beszel.sh +++ b/ct/beszel.sh @@ -33,7 +33,7 @@ function update_script() { msg_info "Updating $APP" $STD /opt/beszel/beszel update - chmod +x /opt/beszel/beszel + sleep 2 && chmod +x /opt/beszel/beszel msg_ok "Updated $APP" msg_info "Starting $APP"