Skip to content

Commit 01262ce

Browse files
author
Dustin Dauncey
committed
Update v-add-cron-job
Just fixed a typo in the description.
1 parent e94ec08 commit 01262ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-cron-job

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ str="$str CMD='$command' SUSPENDED='no' TIME='$TIME' DATE='$DATE'"
5555
# Adding to crontab
5656
echo "$str" >> $VESTA/data/users/$user/cron.conf
5757

58-
# Chaning permissions
58+
# Changing permissions
5959
chmod 660 $VESTA/data/users/$user/cron.conf
6060

6161
# Sort jobs by id number

0 commit comments

Comments
 (0)