Add single quotes around variable output for consistency.
This commit is contained in:
2
run.sh
2
run.sh
@ -115,7 +115,7 @@ find files/photos/ -name "*".html -print -delete
|
|||||||
done
|
done
|
||||||
end_time="$SECONDS"
|
end_time="$SECONDS"
|
||||||
time="$(( $end_time - $beg_time ))"
|
time="$(( $end_time - $beg_time ))"
|
||||||
log "Finished checking for /photos/ after $time seconds."
|
log "Finished checking for /photos/ after '$time' seconds."
|
||||||
} &
|
} &
|
||||||
|
|
||||||
## Main ##
|
## Main ##
|
||||||
|
Reference in New Issue
Block a user