diff --git a/gestion/set_droits.sh b/gestion/set_droits.sh index edc22a1b..59fc9a5f 100755 --- a/gestion/set_droits.sh +++ b/gestion/set_droits.sh @@ -7,7 +7,7 @@ chown -R respbats:adm $BASE set_dr () { if [[ -x $1 ]] ; then chmod 775 $1 - elif [[ $1 = "$BASE/secrets.py" ]] || [[ $1 = "$BASE/secrets.pyc" ]] ; then + elif [[ $1 = "$BASE/secrets.py" ]] || [[ $1 = "$BASE/secrets.pyc" ]] || [[ $1 = "$BASE/clef-wifi" ]]; then chmod 640 $1 else chmod 664 $1