modification des droits sur le fichier dans var
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user