1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

rename cron file

This commit is contained in:
Clément 2017-12-03 13:08:45 +01:00
parent d63ac45831
commit f9978a2d78

View file

@ -74,7 +74,7 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
#install update cron
# Add cron job
cron_path="/etc/cron.d/$app"
cron_path="/etc/cron.d/$app.cron"
sed -i "s@#DESTDIR#@${FINAL_PATH}@g" ../conf/freshrss.cron
sudo cp ../conf/freshrss.cron "$cron_path"
sudo chmod 644 "$cron_path"