fix: [installer] fix typo

pull/4152/head
Steve Clement 2019-02-08 19:34:08 +09:00
parent 78a175795a
commit 0ac863a355
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# <snippet-begin 2_gnupg.sh>
# Generate GnuPG key
setupGnuPG () {
if [ -ne $PATH_TO_MISP/.gnupg ]; then
if [ ! -d $PATH_TO_MISP/.gnupg ]; then
# The email address should match the one set in the config.php
# set in the configuration menu in the administration menu configuration file
echo "%echo Generating a default key