From 6a1b40743cb42b31a9e19c918ac199118acc3497 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 18 Feb 2017 12:47:27 +0100 Subject: [PATCH] Update install --- scripts/install | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install b/scripts/install index 8b6d2a8..458615d 100644 --- a/scripts/install +++ b/scripts/install @@ -78,11 +78,6 @@ sudo cp "$final_path/utilities/lstu.default" /etc/default/lstu ## Démarrage auto du service sudo systemctl enable lstu.service -## Mise en place des crons -sudo cp ../conf/cron_lstu /etc/cron.d/$app -sudo sed -i "s@__FINALPATH__@$final_path/@g" /etc/cron.d/$app -sudo chmod +x $final_path/script/lstu - # Configuration de logrotate sed -i "s@__FINALPATH__@$final_path@g" ../conf/logrotate sudo cp ../conf/logrotate /etc/logrotate.d/$app