mirror of
				https://github.com/Telecominfraproject/ols-ucentral-schema.git
				synced 2025-11-03 19:47:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			191 B
		
	
	
	
		
			Ucode
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			191 B
		
	
	
	
		
			Ucode
		
	
	
	
	
	
log("Initiating reboot");
 | 
						|
 | 
						|
system("(sleep 10; reboot)&");
 | 
						|
system("/etc/init.d/ucentral stop");
 | 
						|
 | 
						|
let err = ctx.error();
 | 
						|
 | 
						|
if (err != null)
 | 
						|
	result(2, "Reboot call failed with status %s", err);
 |