diff --git a/bin/create_user.sh b/bin/create_user.sh index 7062403..cff66a2 100755 --- a/bin/create_user.sh +++ b/bin/create_user.sh @@ -437,7 +437,7 @@ if [ ${TEST} -eq 0 ]; then -x\*.gitignore; echo "Download: ${ROOT_FOLDER}${output_zip_folder}${output_zip}"; else - echo "- Skip ZIP file creation, no pem files"; + echo "Skip ZIP file creation, no pem files"; fi; else echo "zip -r \\" @@ -457,7 +457,7 @@ if [ ${TEST} -eq 0 ]; then rm "${ROOT_FOLDER}${output_file}"; rm "${ROOT_FOLDER}${SSH_KEYGEN_FOLDER}"*; else - echo "- Skip pub file move and cleanup, no pem files"; + echo "Skip pub file move and cleanup, no pem files"; fi; else echo "$> mv ${ROOT_FOLDER}${SSH_KEYGEN_FOLDER}*.pub ${ROOT_FOLDER}${SSH_KEYGEN_FOLDER_CREATED_PUB};";