Delay chmod after updating beszel (#7725)

This commit is contained in:
Tobias 2025-09-18 20:10:51 +02:00 committed by GitHub
parent 3e71af1895
commit a2306d6b32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ function update_script() {
msg_info "Updating $APP" msg_info "Updating $APP"
$STD /opt/beszel/beszel update $STD /opt/beszel/beszel update
chmod +x /opt/beszel/beszel sleep 2 && chmod +x /opt/beszel/beszel
msg_ok "Updated $APP" msg_ok "Updated $APP"
msg_info "Starting $APP" msg_info "Starting $APP"