From 168cf9db15ea59682ccef622018a660753412f61 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 21 Aug 2023 09:41:23 +0900 Subject: [PATCH] Create user output was using wrong var for SSH access type --- bin/create_user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/create_user.sh b/bin/create_user.sh index 1593e22..9046526 100755 --- a/bin/create_user.sh +++ b/bin/create_user.sh @@ -348,7 +348,7 @@ while read i; do else create_output_file="${ROOT_FOLDER}${output_file}.TEST"; fi; - echo $(date +"%F %T")";"${host}";"${_hostname}";"${username}";"${password}";"${ssh_allow_type} >> ${create_output_file}; + echo $(date +"%F %T")";"${host}";"${_hostname}";"${username}";"${password}";"${ssh_access_type} >> ${create_output_file}; # create folder only if we do not have central # create the SSH foler and authorized access file with correct permissions if [ -z "${SSH_CENTRAL_AUTHORIZED_FILE_FOLDER}" ]; then