From 397e9ab30096169196a0a95bdd75a5dee818cf3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Abonnel?= Date: Mon, 13 Feb 2023 01:06:59 +0100 Subject: [PATCH] modification des droits sur le fichier dans var --- install_check_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_check_update.sh b/install_check_update.sh index 68fa201..cfb7138 100644 --- a/install_check_update.sh +++ b/install_check_update.sh @@ -17,7 +17,7 @@ chmod +x $update_script # Créer le fichier d'info touch $update_file -chmod 644 $update_file +chmod 744 $update_file # Vérifier si le script est déjà présent dans la table cron if ! (crontab -l | grep $update_script > /dev/null); then