Capture visible project changes

Hop-State: A_06FP5Z1HNEX21B2P87NTV2R
Hop-Captured-From: A_06FP5KEDBTB4A9ZT7QB498G
This commit is contained in:
Hop
2026-07-14 16:35:22 -07:00
parent 21258edd95
commit 11ddfdc1d1
5 changed files with 2 additions and 88 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
APP_DIR="${APP_DIR:-/opt/synapsis}"
DATA_DIR="${DATA_DIR:-/var/lib/synapsis}"
ENV_FILE="${ENV_FILE:-/etc/synapsis.env}"
REPO_URL="${REPO_URL:-https://github.com/GnosysLabs/Synapsis.git}"
REPO_URL="${REPO_URL:-https://githop.xyz/GnosysLabs/Synapsis.git}"
BRANCH="${BRANCH:-main}"
if [[ ${EUID} -ne 0 ]]; then