Update market, account, and onion operations
Capture the current CyberLux UI, commerce, messaging, and Tor ops updates so local main can be pushed to the remote. Made-with: Cursor
This commit is contained in:
5
start.sh
5
start.sh
@@ -242,6 +242,11 @@ else
|
||||
sudo bash "${BACKUP_SCRIPT}" || echo "[!] Onion key backup refresh failed."
|
||||
fi
|
||||
|
||||
if [[ -f "${REPO}/scripts/export-onion-urls.sh" ]]; then
|
||||
echo "[*] Exporting live .onion list to onion-urls.txt (readable without /var/lib/tor access)…"
|
||||
sudo bash "${REPO}/scripts/export-onion-urls.sh" || echo "[!] export-onion-urls.sh failed (URLs still in Tor; re-run with sudo if needed)."
|
||||
fi
|
||||
|
||||
print_onion_banner
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user