Fixed a variable issue in the gpg prompt.
This commit is contained in:
parent
b6dc651b19
commit
d92990c21c
@ -28,7 +28,7 @@ check_dependancies()
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if ! [ -d ~/.gnupg ]; then
|
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
|
configure_gpg
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user