Update v-add-cron-job

Just fixed a typo in the description.
This commit is contained in:
Dustin Dauncey 2014-07-29 14:03:16 -07:00
parent e94ec08caf
commit 01262ce4b5

View file

@ -55,7 +55,7 @@ str="$str CMD='$command' SUSPENDED='no' TIME='$TIME' DATE='$DATE'"
# Adding to crontab # Adding to crontab
echo "$str" >> $VESTA/data/users/$user/cron.conf echo "$str" >> $VESTA/data/users/$user/cron.conf
# Chaning permissions # Changing permissions
chmod 660 $VESTA/data/users/$user/cron.conf chmod 660 $VESTA/data/users/$user/cron.conf
# Sort jobs by id number # Sort jobs by id number