mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Delay chmod after updating beszel (#7725)
This commit is contained in:
		@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user