La clef wifi doit aussi tre garde secrte

darcs-hash:20041015212948-d1718-89826c55192b576a31b8597670368b8ad912a7ef.gz
This commit is contained in:
bernat 2004-10-15 23:29:48 +02:00
parent b1ad597e4e
commit 606cef9064

View file

@ -7,7 +7,7 @@ chown -R respbats:adm $BASE
set_dr () { set_dr () {
if [[ -x $1 ]] ; then if [[ -x $1 ]] ; then
chmod 775 $1 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 chmod 640 $1
else else
chmod 664 $1 chmod 664 $1