mirror of
				https://github.com/vdsm/virtual-dsm.git
				synced 2025-11-04 17:04:52 +08:00 
			
		
		
		
	Print debug info
This commit is contained in:
		
							parent
							
								
									af262fd7df
								
							
						
					
					
						commit
						ad2b32f955
					
				@ -31,6 +31,8 @@ TMP="$STORAGE/tmp"
 | 
			
		||||
RD="$TMP/rd.gz"
 | 
			
		||||
rm -rf "$TMP" && mkdir -p "$TMP"
 | 
			
		||||
 | 
			
		||||
[ "$DEBUG" = "Y" ] && set -x
 | 
			
		||||
 | 
			
		||||
LOC="$DL/release/7.0.1/42218/DSM_VirtualDSM_42218.pat"
 | 
			
		||||
 | 
			
		||||
{ curl -r 64493568-69886247 -sfk -o "$RD" "$LOC"; rc=$?; } || :
 | 
			
		||||
@ -205,3 +207,6 @@ mv -f "$BOOT" "$STORAGE"/"$BASE".boot.img
 | 
			
		||||
mv -f "$SYSTEM" "$STORAGE"/"$BASE".system.img
 | 
			
		||||
 | 
			
		||||
rm -rf "$TMP"
 | 
			
		||||
 | 
			
		||||
{ set +x; } 2>/dev/null
 | 
			
		||||
[ "$DEBUG" = "Y" ] && echo
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user