Explorar el Código

Update v-add-cron-job

Just fixed a typo in the description.
Dustin Dauncey hace 11 años
padre
commit
01262ce4b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 # 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