diff --git a/create_key_config.sh b/create_key_config.sh index 13e70d9..93488db 100755 --- a/create_key_config.sh +++ b/create_key_config.sh @@ -308,7 +308,7 @@ echo "Enter the password for key ${NEW_KEY_NAME}.key" echo "" echo -e "\033[33m\033[1mLeave empty if you don't know the password.\033[m" echo "" -echononl "Password for key ${NEW_KEY_NAME}.key: " +echononl "Password for key $(basename "${_CLIENT_KEY}"): " read KEY_PW if [[ -z "$(trim $KEY_PW)" ]] ; then KEY_PW="- Not known -"