From afac80d5438a3cb4754c14d96ad26eadb73919b4 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 16 Jun 2025 15:57:34 -0600 Subject: [PATCH] Add single quotes around variable output for consistency. --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ##