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 f50c068 commit 5a99774Copy full SHA for 5a99774
bin/v-add-cron-vesta-autoupdate
@@ -39,7 +39,7 @@ min=$(gen_password '012345' '2')
39
hour=$(gen_password '1234567' '1')
40
day='*'
41
month='*'
42
-WDAY='*'
+wday='*'
43
command='sudo /usr/local/vesta/bin/v-update-sys-vesta-all'
44
45
# Concatenating cron string
bin/v-update-sys-vesta-all
@@ -19,7 +19,7 @@ source $VESTA/conf/vesta.conf
19
#----------------------------------------------------------#
20
21
# Starting update loop
22
-for package in vesta vesta-ngin vesta-php; do
+for package in vesta vesta-nginx vesta-php; do
23
$BIN/v-update-sys-vesta "$package"
24
done
25
0 commit comments