diff --git a/piGarden.sh b/piGarden.sh index c791a94..5e22812 100755 --- a/piGarden.sh +++ b/piGarden.sh @@ -709,7 +709,7 @@ function cron_get { PREVIOUS_CONTENT=`$SED -n "$START,${END}p" "$TMP_CRON_FILE"` fi - echo $PREVIOUS_CONTENT + echo "$PREVIOUS_CONTENT" }