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:
parent
d63ac45831
commit
f9978a2d78
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue