We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94ec08 commit 01262ceCopy full SHA for 01262ce
bin/v-add-cron-job
@@ -55,7 +55,7 @@ str="$str CMD='$command' SUSPENDED='no' TIME='$TIME' DATE='$DATE'"
55
# Adding to crontab
56
echo "$str" >> $VESTA/data/users/$user/cron.conf
57
58
-# Chaning permissions
+# Changing permissions
59
chmod 660 $VESTA/data/users/$user/cron.conf
60
61
# Sort jobs by id number
0 commit comments