Fixed a variable issue in the gpg prompt.

This commit is contained in:
Storm Dragon 2019-07-21 17:43:08 -04:00
parent b6dc651b19
commit d92990c21c

View File

@ -28,7 +28,7 @@ check_dependancies()
fi
done
if ! [ -d ~/.gnupg ]; then
read -p "$(eval_gettext "No configuration for GPG was found. To have \${0##*/} configure this for you press enter. If you would like to configure GPG manually, press control+c.") " continue
read -p "$(eval_gettext "No configuration for GPG was found. To have Fleacollar configure this for you press enter. If you would like to configure GPG manually, press control+c.") " continue
configure_gpg
fi
}