mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Fix update for older installs (#4612)
This commit is contained in:
		@@ -38,7 +38,9 @@ function update_script() {
 | 
				
			|||||||
    msg_info "Stopping $APP"
 | 
					    msg_info "Stopping $APP"
 | 
				
			||||||
    systemctl stop rustdesk-hbbr
 | 
					    systemctl stop rustdesk-hbbr
 | 
				
			||||||
    systemctl stop rustdesk-hbbs
 | 
					    systemctl stop rustdesk-hbbs
 | 
				
			||||||
    systemctl stop rustdesk-api
 | 
					    if [[ -f /lib/systemd/system/rustdesk-api.service ]]; then
 | 
				
			||||||
 | 
					      systemctl stop rustdesk-api
 | 
				
			||||||
 | 
					    fi
 | 
				
			||||||
    msg_ok "Stopped $APP"
 | 
					    msg_ok "Stopped $APP"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    msg_info "Updating $APP to v${RELEASE}"
 | 
					    msg_info "Updating $APP to v${RELEASE}"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user