Corrected issues arising from "$BASE_DIR" vs "$ROOT_DIR"
This commit is contained in:
@@ -20,8 +20,8 @@ fi
|
||||
|
||||
if [ "$ENCRYPTION" == "TRUE" ]; then
|
||||
PROD_STR="Simple Note System (Encryption Enabled)"
|
||||
if [ ! -d "$BASE_DIR"/tmp ]; then
|
||||
mkdir -p "$BASE_DIR"/tmp
|
||||
if [ ! -d "$ROOT_DIR"/tmp ]; then
|
||||
mkdir -p "$ROOT_DIR"/tmp
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user