mirror of
				https://github.com/dockur/windows.git
				synced 2025-10-30 12:45:48 +00:00 
			
		
		
		
	Update power.sh
This commit is contained in:
		
							parent
							
								
									180589858e
								
							
						
					
					
						commit
						5af74a709c
					
				
					 1 changed files with 4 additions and 5 deletions
				
			
		|  | @ -81,12 +81,11 @@ finish() { | |||
|     done | ||||
|   fi | ||||
| 
 | ||||
|   if [ ! -f "$STORAGE/windows.boot" ] && [ -f "$STORAGE/$BASE" ]; then | ||||
|   if [ ! -f "$STORAGE/windows.boot" ] && [ -f "$BOOT" ]; then | ||||
|     # Remove CD-ROM ISO after install | ||||
|     if ready; then | ||||
|       if rm -f "$STORAGE/$BASE" 2>/dev/null; then | ||||
|         touch "$STORAGE/windows.boot" | ||||
|       fi | ||||
|     if ready && [[ "$REMOVE" != [Nn]* ]]; then | ||||
|       rm -f "$BOOT" 2>/dev/null || true | ||||
|       touch "$STORAGE/windows.boot" | ||||
|     fi | ||||
|   fi | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kroese
						Kroese