build: create ~/.monkey_island with 0700 permissions

This commit is contained in:
Mike Salvatore 2021-02-17 15:38:43 -05:00
parent 921c4d01ca
commit 1ac67cfe54
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if [[ $(python3.7 --version 2>&1) == *"Python 3.7"* ]]; then
python_cmd="python3.7"
fi
mkdir -p $DOT_MONKEY
mkdir --mode=0700 --parents $DOT_MONKEY
DB_DIR=$DOT_MONKEY/db
mkdir -p $DB_DIR