Skip to content

Commit

Permalink
make local config space unaccesible for users
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Jul 3, 2020
1 parent 19853f8 commit 64c54bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get-config-dir
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi

[ -z "$FAI" -a $method != "file" ] && echo "WARNING: \$FAI is undefined. Let's see if it still works."

mkdir -p $FAI
mkdir -m 0750 -p $FAI

# run get-config-dir-$method script if it exists
if command -v get-config-dir-$method &>/dev/null ; then
Expand Down

0 comments on commit 64c54bb

Please sign in to comment.