Fixed a variable issue in the gpg prompt.
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user