mkdir-p
This commit is contained in:
parent
8fc54bd349
commit
488c643342
|
|
@ -9,3 +9,5 @@ URL="${URL:-http://$HOST}"
|
||||||
DEST="${DEST:-~/toes}"
|
DEST="${DEST:-~/toes}"
|
||||||
DATA_DIR="${DATA_DIR:-~/data}"
|
DATA_DIR="${DATA_DIR:-~/data}"
|
||||||
APPS_DIR="${APPS_DIR:-~/apps}"
|
APPS_DIR="${APPS_DIR:-~/apps}"
|
||||||
|
|
||||||
|
mkdir -p "$DEST" "$DATA_DIR" "$APPS_DIR"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user