mirror of https://github.com/tteck/Proxmox.git
				
				
				
			feat(scripts): exit node
This commit is contained in:
		
							parent
							
								
									d77d5dde7e
								
							
						
					
					
						commit
						51ffbd808c
					
				| 
						 | 
					@ -80,7 +80,7 @@ CHOICES=$(whiptail --title "Select game services" --separate-output --checklist
 | 
				
			||||||
function setup_epic() {
 | 
					function setup_epic() {
 | 
				
			||||||
  $STD node epic-games || success=false
 | 
					  $STD node epic-games || success=false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if [ "$success" == false ]; then
 | 
					  if [ $success == false ]; then
 | 
				
			||||||
    echo "epic failed"
 | 
					    echo "epic failed"
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    msg_info "Creating daily cronjob for epic games"
 | 
					    msg_info "Creating daily cronjob for epic games"
 | 
				
			||||||
| 
						 | 
					@ -92,7 +92,7 @@ function setup_epic() {
 | 
				
			||||||
function setup_gog() {
 | 
					function setup_gog() {
 | 
				
			||||||
  $STD node gog || success=false
 | 
					  $STD node gog || success=false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if [ "$success" == false ]; then
 | 
					  if [ $success == false ]; then
 | 
				
			||||||
    echo "gog failed"
 | 
					    echo "gog failed"
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    msg_info "Creating daily cronjob for gog"
 | 
					    msg_info "Creating daily cronjob for gog"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue