mirror of
https://github.com/myvesta/vesta
synced 2025-07-08 05:51:25 -07:00
Update v-add-cron-job
Just fixed a typo in the description.
This commit is contained in:
parent
e94ec08caf
commit
01262ce4b5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ str="$str CMD='$command' SUSPENDED='no' TIME='$TIME' DATE='$DATE'"
|
|||
# Adding to crontab
|
||||
echo "$str" >> $VESTA/data/users/$user/cron.conf
|
||||
|
||||
# Chaning permissions
|
||||
# Changing permissions
|
||||
chmod 660 $VESTA/data/users/$user/cron.conf
|
||||
|
||||
# Sort jobs by id number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue