mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash -e
 | |
| cd /opt/iiab/iiab
 | |
| sudo ./iiab-network
 | |
| rc=$?
 | |
| if [[ $rc == "0" ]]; then
 | |
|     sudo touch /etc/iiab/install-flags/iiab-network-complete
 | |
| fi
 |