La clef wifi doit aussi tre garde secrte
darcs-hash:20041015212948-d1718-89826c55192b576a31b8597670368b8ad912a7ef.gz
This commit is contained in:
parent
b1ad597e4e
commit
606cef9064
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue