corretto problema su get_cron_open

This commit is contained in:
lejubila
2016-10-30 16:34:29 +01:00
parent e113af429b
commit e5ec446a0d

View File

@@ -709,7 +709,7 @@ function cron_get {
PREVIOUS_CONTENT=`$SED -n "$START,${END}p" "$TMP_CRON_FILE"`
fi
echo $PREVIOUS_CONTENT
echo "$PREVIOUS_CONTENT"
}