From 6609d7d9e3861954d1a1a5d3df8a7edfbe6d0583 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Fri, 11 Jul 2025 11:52:28 -0500 Subject: [PATCH] sigh. --- ProjectCode/Modules/Security/secharden-ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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