Légères modifications au script.

This commit is contained in:
Guillaume Emorine 2024-11-18 10:53:46 +01:00
parent 8ac9bac7a1
commit ee8ba29e39

View File

@ -24,7 +24,7 @@ if [[ $? != 0 ]] ; then
fi
# Commande ccrypt pour encrypter ou décrypter le répertoire avec le partage.
ccrypt "$action" -r -k $ficcle /tmp/samba
ccrypt "$action" --recursive --key $ficcle /tmp/samba
# Seconde vérification d'erreurs.
if [[ $? != 0 ]] ; then