From 12ef307bdbf858c1f6a88f38427f46dc2df5bf82 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 10 Mar 2022 11:14:53 +0900 Subject: [PATCH] Remove alert text if RSA type was selected --- bin/user_create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/user_create.sh b/bin/user_create.sh index 39d365c..3e156f4 100755 --- a/bin/user_create.sh +++ b/bin/user_create.sh @@ -112,7 +112,7 @@ while read i; do _ssh_keytype=$(echo "${i}" | cut -d ";" -f 6 | tr A-Z a-z | tr -d ' '); if [ "${_ssh_keytype}" = "rsa" ]; then ssh_keytype="${_ssh_keytype}"; - echo "[!!] BACKWARDS COMPATIBLE RSA TYPE SELECTION [!!]"; + #echo "[!!] BACKWARDS COMPATIBLE RSA TYPE SELECTION [!!]"; fi; # user & group not set if [ -z "${user}" ] || [ -z "${_group}" ]; then