Browse Source

Update v-add-cron-job

Just fixed a typo in the description.
Dustin Dauncey 11 years ago
parent
commit
01262ce4b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-add-cron-job

+ 1 - 1
bin/v-add-cron-job

@@ -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