From a710fc7b4e97f96fdc865dc584b8bc559b8d013a Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 14 Jul 2025 11:04:21 -0500 Subject: [PATCH] removed debugging bits --- ProjectCode/Modules/Security/secharden-2fa.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ProjectCode/Modules/Security/secharden-2fa.sh b/ProjectCode/Modules/Security/secharden-2fa.sh index 5170a5c..015bd96 100644 --- a/ProjectCode/Modules/Security/secharden-2fa.sh +++ b/ProjectCode/Modules/Security/secharden-2fa.sh @@ -25,9 +25,7 @@ SSH_CONFIG="/etc/ssh/sshd_config" COCKPIT_CONFIG="/etc/cockpit/cockpit.conf" # Create backup directory -echo "Creating backup dir..." mkdir -p "$BACKUP_DIR" -echo "Created backup dir..." print_info "TSYS Two-Factor Authentication Setup" @@ -380,7 +378,6 @@ function main() { fi # Execute setup steps - echo "Starting to run functions..." backup_configs install_2fa_packages configure_ssh_2fa