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:
parent
afcdf6e47e
commit
6adad2ed04
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