Légères modifications au script.
This commit is contained in:
parent
8ac9bac7a1
commit
ee8ba29e39
@ -24,7 +24,7 @@ if [[ $? != 0 ]] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Commande ccrypt pour encrypter ou décrypter le répertoire avec le partage.
|
# 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.
|
# Seconde vérification d'erreurs.
|
||||||
if [[ $? != 0 ]] ; then
|
if [[ $? != 0 ]] ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user