Browse Source

Fixed wrong path

Raphael Schneeberger 7 years ago
parent
commit
94a704d893
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-add-cron-hestia-autoupdate

+ 1 - 1
bin/v-add-cron-hestia-autoupdate

@@ -45,7 +45,7 @@ hour=$(generate_password '1234567' '1')
 day='*'
 day='*'
 month='*'
 month='*'
 wday='*'
 wday='*'
-command='sudo /usr/local/vesta/bin/v-update-sys-hestia-all'
+command='sudo /usr/local/hestia/bin/v-update-sys-hestia-all'
 
 
 # Concatenating cron string
 # Concatenating cron string
 str="JOB='$job' MIN='$min' HOUR='$hour' DAY='$day' MONTH='$month' WDAY='$wday'"
 str="JOB='$job' MIN='$min' HOUR='$hour' DAY='$day' MONTH='$month' WDAY='$wday'"