1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

[fix] Correct cron job path in restore script

This commit is contained in:
Jérôme Lebleu 2016-09-18 18:35:23 +02:00
parent afcdf6e47e
commit 6adad2ed04

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