mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
removed substitionon for column character in cronjobs
This commit is contained in:
parent
ebfade27bb
commit
53abae644f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ is_object_valid 'cron' 'JOB' "$job"
|
|||
#----------------------------------------------------------#
|
||||
|
||||
# Concatenating cron string
|
||||
command=$(echo $command | sed -e "s/'/%quote%/g" -e "s/:/%dots%/g")
|
||||
command=$(echo $command | sed -e "s/'/%quote%/g")
|
||||
str="JOB='$job' MIN='$min' HOUR='$hour' DAY='$day' MONTH='$month' WDAY='$wday'"
|
||||
str="$str CMD='$command' SUSPENDED='no' TIME='$TIME' DATE='$DATE'"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue