diff --git a/update_ombi.sh b/update_ombi.sh index 9fd9eff..6b322bb 100644 --- a/update_ombi.sh +++ b/update_ombi.sh @@ -306,5 +306,6 @@ if [ $seconds -ge 2 ]; then elif [ $seconds -eq 1 ]; then duration+=" $seconds second" fi -duration="${duration// / }" -.log 6 "Update complete...elapsed time $duration..." \ No newline at end of file +durationmsg="Update complete...elapsed time $duration..." +durationmsg="${durationmsg// / }" +.log 6 "$durationmsg" \ No newline at end of file