diff --git a/bootstrap-jwt-auth-prerequisites.sh b/bootstrap-jwt-auth-prerequisites.sh index 3cbd770..8975cc3 100755 --- a/bootstrap-jwt-auth-prerequisites.sh +++ b/bootstrap-jwt-auth-prerequisites.sh @@ -55,5 +55,5 @@ mv "${ENV}_server.key.enc" ../build mv "$ENV.crt" ../certificate cd .. rm -rf tmp -echo "$ENV.crt in the build folder" -echo "${ENV}_server.key.enc created in the certificate folder" +echo "$ENV.crt created in the certificate folder" +echo "${ENV}_server.key.enc created in the build folder"