prole/tmp/run_install2.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

7 lines
281 B
Bash

#!/usr/bin/env bash
set -euo pipefail
cd /Users/chrisfu/dev/prole
echo "[$(date)] Starting install run 2..." >> logs/install_run2.log
bash install.sh --silent -c conf/service/prole.cfg >> logs/install_run2.log 2>&1
echo "[$(date)] Install run 2 complete." >> logs/install_run2.log