This commit is contained in:
2025-07-11 11:52:28 -05:00
parent 0588b2dd60
commit 6609d7d9e3

View File

@ -54,7 +54,7 @@ if [ "$SUBODEV_CHECK" = 1 ]; then
fi
export DEV_WORKSTATION_CHECK
DEV_WORKSTATION_CHECK_CHECK="$(hostname | egrep -c 'subopi-dev|CharlesDevServer' || true)"
DEV_WORKSTATION_CHECK="$(hostname | egrep -c 'subopi-dev|CharlesDevServer' || true)"
if [ "$DEV_WORKSTATION_CHECK" -eq 0 ]; then