forked from guillaume.emorine/siotp
Légères modifications au script.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user