From 9f5aae8dc6decbe9e6c59c78246387db48b4be9b Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 7 Oct 2023 08:01:39 +0200 Subject: [PATCH] remove cron restoration --- scripts/restore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index efe99ab..e5a34f7 100644 --- a/scripts/restore +++ b/scripts/restore @@ -57,8 +57,6 @@ systemctl enable $app.service --quiet yunohost service add $app --description="A federated shared agenda for local communities." --log="/var/log/$app/$app.log" ynh_restore_file --origin_path="/etc/logrotate.d/$app" # Other various files... - -ynh_restore_file --origin_path="/etc/cron.d/$app" ynh_restore_file --origin_path="/etc/$app/" #================================================= @@ -76,4 +74,4 @@ ynh_systemd_action --service_name=nginx --action=reload # END OF SCRIPT #================================================= -ynh_script_progression --message="Restoration completed for $app" --last \ No newline at end of file +ynh_script_progression --message="Restoration completed for $app" --last