mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-11-03 20:55:47 +01:00 
			
		
		
		
	Update vuZero4Kmmcblk0p4.sh
This commit is contained in:
		@@ -74,7 +74,7 @@ if [ $VUMODEL = "zero4k" ]   ; then
 | 
				
			|||||||
                echo "...............shutdown now..............." 
 | 
					                echo "...............shutdown now..............." 
 | 
				
			||||||
                sleep 5 
 | 
					                sleep 5 
 | 
				
			||||||
                echo -n "Rebooting... "
 | 
					                echo -n "Rebooting... "
 | 
				
			||||||
                reboot -d -f 
 | 
					                shutdown -r now & sleep 2 & reboot -d -f &
 | 
				
			||||||
    else              	    
 | 
					    else              	    
 | 
				
			||||||
        if [ $TARGET != "Flash" ]; then                                             
 | 
					        if [ $TARGET != "Flash" ]; then                                             
 | 
				
			||||||
                        if [ -e /.multinfo ] ; then
 | 
					                        if [ -e /.multinfo ] ; then
 | 
				
			||||||
@@ -126,7 +126,7 @@ if [ $VUMODEL = "zero4k" ]   ; then
 | 
				
			|||||||
                        echo "...............Shutdown Now..............."
 | 
					                        echo "...............Shutdown Now..............."
 | 
				
			||||||
                        sleep 5
 | 
					                        sleep 5
 | 
				
			||||||
                        PATH=/sbin:/bin:/usr/sbin:/usr/bin
 | 
					                        PATH=/sbin:/bin:/usr/sbin:/usr/bin
 | 
				
			||||||
                        reboot -d -f 
 | 
					                        shutdown -r now & sleep 2 & reboot -d -f & 
 | 
				
			||||||
        fi
 | 
					        fi
 | 
				
			||||||
    fi                               
 | 
					    fi                               
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user