From 03047dfb006935c966fc66246d2a3ab5bc9603b2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 11 Apr 2021 09:03:54 +0200 Subject: [PATCH] Fix --- scripts/install | 2 +- scripts/restore | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index bd5bac3..f7b1b4b 100644 --- a/scripts/install +++ b/scripts/install @@ -147,7 +147,7 @@ ynh_add_systemd_config ynh_script_progression --message="Setuping a cron..." --weight=1 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 diff --git a/scripts/restore b/scripts/restore index b44ddb4..efa6c7b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -131,7 +131,6 @@ ynh_restore_file --origin_path="/etc/cron.d/$app" #================================================= ynh_restore_file --origin_path="/etc/logrotate.d/$app" -chmod 0644 /etc/logrotate.d/$app #================================================= # GENERIC FINALIZATION