1
0
Fork 0
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:
JimboJoe 2016-09-18 18:31:50 +02:00 committed by jeromelebleu
parent 2de9a45ea2
commit 85f2a72d91

View file

@ -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