mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
Restore: Fix cron config file path (#3)
Fix the cron config file path (conf instead of config)
This commit is contained in:
parent
2de9a45ea2
commit
85f2a72d91
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ sudo cp -a ./conf/nginx.conf "$nginx_conf"
|
|||
sudo cp -a ./conf/php-fpm.conf "$phpfpm_conf"
|
||||
|
||||
# Restore cron job
|
||||
sudo cp -a ./config/cron "/etc/cron.d/${app}"
|
||||
sudo cp -a ./conf/cron "/etc/cron.d/${app}"
|
||||
|
||||
# Reload services
|
||||
sudo service php5-fpm restart || true
|
||||
|
|
Loading…
Add table
Reference in a new issue