Update run.sh

* debug .. whats tripping
This commit is contained in:
abraunegg 2026-02-18 14:03:51 +11:00
commit 244e31145c

View file

@ -134,6 +134,7 @@ else
--confdir "$CONF_SEED" \
--sync \
--verbose \
--verbose \
--syncdir "$SEED_DIR" \
--single-directory "$REMOTE_PREFIX" \
2>&1 | tee "$SEED_LOG"
@ -158,6 +159,7 @@ else
--confdir "$CONF_UP" \
--sync \
--verbose \
--verbose \
--upload-only \
--syncdir "$UP_DIR" \
--single-directory "$REMOTE_PREFIX" \
@ -178,6 +180,7 @@ else
--confdir "$CONF_VER" \
--sync \
--verbose \
--verbose \
--download-only \
--syncdir "$VER_DIR" \
--single-directory "$REMOTE_PREFIX" \