diff --git a/gestion/set_droits.sh b/gestion/set_droits.sh index 9f0b2e7a..a4d1f9ad 100755 --- a/gestion/set_droits.sh +++ b/gestion/set_droits.sh @@ -9,7 +9,6 @@ find $BASE -name '*~' -type f -exec rm -f '{}' ';' chown -R respbats:adm $BASE set_dr () { - [[ ! -e $1 ]] && echo $1 if [[ $1 = "$BASE/secrets" ]] ; then chmod 750 $1 elif [[ -x $1 ]] ; then