plus de template sur la génération de la key

This commit is contained in:
root
2020-07-08 15:52:00 +02:00
parent fef4a492ae
commit 5bad73b8fd
3 changed files with 4 additions and 11 deletions

View File

@ -1,9 +0,0 @@
#!/bin/bash
# Se positionner sur la racine du projet
DIR="%%nineskeletor_api_key"
# Génération d'une clé d'API
if [ ! -f $DIR ]; then
openssl rand -hex 32 > $DIR
fi