Add single quotes around variable output for consistency.

This commit is contained in:
2025-06-16 15:57:34 -06:00
parent f090607f67
commit afac80d543

2
run.sh
View File

@ -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 ##