Skip to content

Commit 94a704d

Browse files
authored
Fixed wrong path
1 parent 5518e51 commit 94a704d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-cron-hestia-autoupdate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ hour=$(generate_password '1234567' '1')
4545
day='*'
4646
month='*'
4747
wday='*'
48-
command='sudo /usr/local/vesta/bin/v-update-sys-hestia-all'
48+
command='sudo /usr/local/hestia/bin/v-update-sys-hestia-all'
4949

5050
# Concatenating cron string
5151
str="JOB='$job' MIN='$min' HOUR='$hour' DAY='$day' MONTH='$month' WDAY='$wday'"

0 commit comments

Comments
 (0)