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