mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-08-01 09:41:49 +02:00
fix: refresh privacy-core pin on source startup
This commit is contained in:
@@ -215,6 +215,10 @@ if [ ! -f "$PRIVACY_CORE_SO" ] && [ ! -f "$PRIVACY_CORE_DYLIB" ]; then
|
||||
fi
|
||||
if [ -f "$PRIVACY_CORE_SO" ] || [ -f "$PRIVACY_CORE_DYLIB" ]; then
|
||||
echo "[*] privacy-core shared library OK."
|
||||
"$VENV_PY" "$SCRIPT_DIR/scripts/refresh_privacy_core_pin.py" || {
|
||||
echo "[!] WARNING: privacy-core trust pin refresh failed. Startup may fail if backend/.env pins an old hash."
|
||||
echo ""
|
||||
}
|
||||
fi
|
||||
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
Reference in New Issue
Block a user