mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Update v-generate-api-key
This commit is contained in:
parent
6324ca1690
commit
177793a664
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ HASH=$(keygen)
|
||||||
|
|
||||||
if [ ! -d ${KEYS} ]; then
|
if [ ! -d ${KEYS} ]; then
|
||||||
mkdir ${KEYS}
|
mkdir ${KEYS}
|
||||||
|
chmod 0770 ${KEYS}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -e ${KEYS}${HASH} ]] ; then
|
if [[ -e ${KEYS}${HASH} ]] ; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue