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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user