diff --git a/run.sh b/run.sh index e8b23f2..ff8cab8 100755 --- a/run.sh +++ b/run.sh @@ -115,7 +115,7 @@ find files/photos/ -name "*".html -print -delete done end_time="$SECONDS" time="$(( $end_time - $beg_time ))" - log "Finished checking for /photos/ after $time seconds." + log "Finished checking for /photos/ after '$time' seconds." } & ## Main ##