From d92990c21ce151a235ffde7fd47eb836cbace282 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 21 Jul 2019 17:43:08 -0400 Subject: [PATCH] Fixed a variable issue in the gpg prompt. --- fleacollar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fleacollar.sh b/fleacollar.sh index 7e8b6ae..854da16 100755 --- a/fleacollar.sh +++ b/fleacollar.sh @@ -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 }