nidus-sync/start-nidus-sync.sh

3 lines
167 B
Bash
Raw Permalink Normal View History

#!/run/current-system/sw/bin/bash
2026-03-01 20:33:16 +00:00
export $(cat /var/run/secrets/nidus-dev-sync-env | xargs) && MITM_PROXY=http://127.0.0.1:8080 ./nidus-sync 2>&1 | tee nidus-sync.log