More verbose logging
yay
This commit is contained in:
		@@ -430,7 +430,7 @@ step_execute() {
 | 
				
			|||||||
		if gettarget "$file"; then
 | 
							if gettarget "$file"; then
 | 
				
			||||||
			# It's a defaults file with a selected target
 | 
								# It's a defaults file with a selected target
 | 
				
			||||||
			target="$_return"
 | 
								target="$_return"
 | 
				
			||||||
			log "$filename: \"$target\""
 | 
								log "Found target for $filename: \"$target\""
 | 
				
			||||||
			[ -n "$_optdryrun" ] && continue
 | 
								[ -n "$_optdryrun" ] && continue
 | 
				
			||||||
			if [ -f "$logfile" ]; then
 | 
								if [ -f "$logfile" ]; then
 | 
				
			||||||
				[ -f "$logfile.old" ] && rm "$logfile.old"
 | 
									[ -f "$logfile.old" ] && rm "$logfile.old"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user