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 5518e51 commit 94a704dCopy full SHA for 94a704d
bin/v-add-cron-hestia-autoupdate
@@ -45,7 +45,7 @@ hour=$(generate_password '1234567' '1')
45
day='*'
46
month='*'
47
wday='*'
48
-command='sudo /usr/local/vesta/bin/v-update-sys-hestia-all'
+command='sudo /usr/local/hestia/bin/v-update-sys-hestia-all'
49
50
# Concatenating cron string
51
str="JOB='$job' MIN='$min' HOUR='$hour' DAY='$day' MONTH='$month' WDAY='$wday'"
0 commit comments