Revert "Simplify passive mode handling (#30593)"

old-commit-hash: 99d51bf02c5a13f3064b012da55634f8a319091e
This commit is contained in:
Adeeb Shihadeh
2023-12-04 15:05:05 -08:00
parent 688354c5ce
commit f3dec8658c
8 changed files with 99 additions and 99 deletions

View File

@@ -10,4 +10,8 @@ if [ -z "$AGNOS_VERSION" ]; then
export AGNOS_VERSION="8.2"
fi
if [ -z "$PASSIVE" ]; then
export PASSIVE="1"
fi
export STAGING_ROOT="/data/safe_staging"