prole/tmp/launch_final.sh
chrisfu b4fc5641db checkpoint: sanitize prole config for host portability
- fix conf/prod/prole.cfg by replacing hardcoded /Users/chrisfu paths with /Users/chrisfu

- remove injected [update.sh] log lines and stray password artifacts so config is executable

- include latest pending updates across deployment config, UI/core flow, vault/network artifacts, and helper scripts
2026-04-10 05:58:40 -07:00

8 lines
242 B
Bash

#!/usr/bin/env bash
cd /Users/chrisfu/dev/prole
rm -f install.pid
mkdir -p logs
nohup bash install.sh --silent -c conf/service/prole.cfg > logs/install_final2.log 2>&1 &
disown
echo "Installer launched. Tail: tail -f logs/install_final2.log"