From cfba20707779f09c1926216f8a35fcffb297b4c1 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Fri, 27 Feb 2026 07:40:19 -0800 Subject: [PATCH] no no no --- scripts/config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/config.sh b/scripts/config.sh index 255f76f..c2278f8 100755 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -6,8 +6,8 @@ TOES_USER="${TOES_USER:-toes}" HOST="${HOST:-toes.local}" SSH_HOST="$TOES_USER@$HOST" URL="${URL:-http://$HOST}" -DEST="${DEST:-~/toes}" -DATA_DIR="${DATA_DIR:-~/data}" -APPS_DIR="${APPS_DIR:-~/apps}" +DEST="${DEST:-$HOME/toes}" +DATA_DIR="${DATA_DIR:-$HOME/data}" +APPS_DIR="${APPS_DIR:-$HOME/apps}" mkdir -p "$DEST" "$DATA_DIR" "$APPS_DIR"