Skip to content

Commit a2306d6

Browse files
authored
Delay chmod after updating beszel (#7725)
1 parent 3e71af1 commit a2306d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/beszel.sh

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

3434
msg_info "Updating $APP"
3535
$STD /opt/beszel/beszel update
36-
chmod +x /opt/beszel/beszel
36+
sleep 2 && chmod +x /opt/beszel/beszel
3737
msg_ok "Updated $APP"
3838

3939
msg_info "Starting $APP"

0 commit comments

Comments
 (0)