forked from p15670423/monkey
build: create ~/.monkey_island with 0700 permissions
This commit is contained in:
parent
921c4d01ca
commit
1ac67cfe54
|
@ -21,7 +21,7 @@ if [[ $(python3.7 --version 2>&1) == *"Python 3.7"* ]]; then
|
||||||
python_cmd="python3.7"
|
python_cmd="python3.7"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p $DOT_MONKEY
|
mkdir --mode=0700 --parents $DOT_MONKEY
|
||||||
|
|
||||||
DB_DIR=$DOT_MONKEY/db
|
DB_DIR=$DOT_MONKEY/db
|
||||||
mkdir -p $DB_DIR
|
mkdir -p $DB_DIR
|
||||||
|
|
Loading…
Reference in New Issue