mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| check_skip() {
 | |
|     if [ "$firstboot_skip_next" = "true" ]; then
 | |
| 	return 0
 | |
|     else 
 | |
| 	return 1
 | |
|     fi
 | |
| }
 | |
| 
 |