2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 19:20:24 +00:00

Change the message for key slightly

This commit is contained in:
Victor Hu
2019-06-06 13:16:23 -04:00
parent 33411cd7c8
commit b7b338c436

View File

@@ -68,8 +68,8 @@ done
GNU_KEYDIR="$HOME/.gnupg"
MACROS=$HOME/.rpmmacros
if [[ -d ${GNU_KEYDIR} ]]; then
echo "WARNING: The gnupg key dir: $GNU_KEYDIR exists, it will be overwitten. Stop."
echo "WARNING: To continue, remove it and rerun the script."
echo "ERROR: The gnupg key dir: $GNU_KEYDIR exists, it will be overwitten. Stop."
echo "ERROR: To continue, remove it and rerun the script."
exit 1
fi