fix: add default values for optional config fields #3

Merged
hzhang merged 34 commits from feat/whispergate-mvp into main 2026-02-27 15:31:33 +00:00
Showing only changes of commit 714168e4bf - Show all commits

View File

@@ -114,7 +114,7 @@ run_install() {
echo "[whispergate] backup: $BACKUP_PATH" echo "[whispergate] backup: $BACKUP_PATH"
# initialize standalone channel policies file if missing # initialize standalone channel policies file if missing
CHANNEL_POLICIES_FILE_RESOLVED="$(python3 - <<'PY' CHANNEL_POLICIES_FILE_RESOLVED="$(CHANNEL_POLICIES_FILE="$CHANNEL_POLICIES_FILE" python3 - <<'PY'
import os import os
print(os.path.expanduser(os.environ['CHANNEL_POLICIES_FILE'])) print(os.path.expanduser(os.environ['CHANNEL_POLICIES_FILE']))
PY PY