1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
This commit is contained in:
ericgaspar 2021-04-11 09:03:54 +02:00
parent f5b370168f
commit 03047dfb00
2 changed files with 1 additions and 2 deletions

View file

@ -147,7 +147,7 @@ ynh_add_systemd_config
ynh_script_progression --message="Setuping a cron..." --weight=1 ynh_script_progression --message="Setuping a cron..." --weight=1
ynh_add_config --template="../conf/cron_invidious" --destination="/etc/cron.d/$app" ynh_add_config --template="../conf/cron_invidious" --destination="/etc/cron.d/$app"
chmod 0644 /etc/logrotate.d/$app chmod 644 /etc/cron.d/$app
#================================================= #=================================================
# SETUP LOGROTATE # SETUP LOGROTATE

View file

@ -131,7 +131,6 @@ ynh_restore_file --origin_path="/etc/cron.d/$app"
#================================================= #=================================================
ynh_restore_file --origin_path="/etc/logrotate.d/$app" ynh_restore_file --origin_path="/etc/logrotate.d/$app"
chmod 0644 /etc/logrotate.d/$app
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION