mirror of
				https://github.com/9technologygroup/patchmon.net.git
				synced 2025-11-03 21:43:33 +00:00 
			
		
		
		
	fixed syntax issue in setup.sh
This commit is contained in:
		
							
								
								
									
										4
									
								
								setup.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										4
									
								
								setup.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							@@ -1209,7 +1209,11 @@ create_agent_version() {
 | 
				
			|||||||
        cp "$APP_DIR/agents/patchmon-agent.sh" "$APP_DIR/backend/"
 | 
					        cp "$APP_DIR/agents/patchmon-agent.sh" "$APP_DIR/backend/"
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        print_status "Agent version management removed - using file-based approach"
 | 
					        print_status "Agent version management removed - using file-based approach"
 | 
				
			||||||
 | 
					# Ensure we close the conditional and the function properly
 | 
				
			||||||
 | 
					    fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    return 0
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
# Create deployment summary
 | 
					# Create deployment summary
 | 
				
			||||||
create_deployment_summary() {
 | 
					create_deployment_summary() {
 | 
				
			||||||
    print_info "Writing deployment summary into deployment-info.txt..."
 | 
					    print_info "Writing deployment summary into deployment-info.txt..."
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user