erreur sur chmod

This commit is contained in:
Cédric Abonnel 2023-02-13 01:16:16 +01:00
parent 397e9ab300
commit de2e568742
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ chmod +x $update_script
# Créer le fichier d'info
touch $update_file
chmod 744 $update_file
chmod 644 $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