no no no
This commit is contained in:
parent
702019279a
commit
cfba207077
|
|
@ -6,8 +6,8 @@ TOES_USER="${TOES_USER:-toes}"
|
||||||
HOST="${HOST:-toes.local}"
|
HOST="${HOST:-toes.local}"
|
||||||
SSH_HOST="$TOES_USER@$HOST"
|
SSH_HOST="$TOES_USER@$HOST"
|
||||||
URL="${URL:-http://$HOST}"
|
URL="${URL:-http://$HOST}"
|
||||||
DEST="${DEST:-~/toes}"
|
DEST="${DEST:-$HOME/toes}"
|
||||||
DATA_DIR="${DATA_DIR:-~/data}"
|
DATA_DIR="${DATA_DIR:-$HOME/data}"
|
||||||
APPS_DIR="${APPS_DIR:-~/apps}"
|
APPS_DIR="${APPS_DIR:-$HOME/apps}"
|
||||||
|
|
||||||
mkdir -p "$DEST" "$DATA_DIR" "$APPS_DIR"
|
mkdir -p "$DEST" "$DATA_DIR" "$APPS_DIR"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user