diff --git a/ProjectCode/Modules/Security/secharden-ssh.sh b/ProjectCode/Modules/Security/secharden-ssh.sh index 7e84ce5..a218ff0 100644 --- a/ProjectCode/Modules/Security/secharden-ssh.sh +++ b/ProjectCode/Modules/Security/secharden-ssh.sh @@ -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