Update v-generate-api-key

This commit is contained in:
myvesta 2021-02-08 22:32:34 +01:00 committed by GitHub
parent 6324ca1690
commit 177793a664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ HASH=$(keygen)
if [ ! -d ${KEYS} ]; then
mkdir ${KEYS}
chmod 0770 ${KEYS}
fi
if [[ -e ${KEYS}${HASH} ]] ; then