mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Fix GitHub release check for homebox
This commit is contained in:
		@@ -33,7 +33,7 @@ function update_script() {
 | 
				
			|||||||
    systemctl daemon-reload
 | 
					    systemctl daemon-reload
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if check_for_gh_release "sysadminsmedia" "homebox"; then
 | 
					  if check_for_gh_release "homebox" "sysadminsmedia/homebox"; then
 | 
				
			||||||
    msg_info "Stopping ${APP}"
 | 
					    msg_info "Stopping ${APP}"
 | 
				
			||||||
    systemctl stop homebox
 | 
					    systemctl stop homebox
 | 
				
			||||||
    msg_ok "${APP} Stopped"
 | 
					    msg_ok "${APP} Stopped"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user