Fix skip naming for zip/move creation

This commit is contained in:
Clemens Schwaighofer
2024-09-04 14:04:25 +09:00
parent 090d6f9cec
commit 83f84abd46

View File

@@ -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};";