mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-03 13:44:27 +01:00
Fixed gpgconf variable typo in install-gosu-binary.sh
This commit is contained in:
parent
c1acefed25
commit
94abe583e3
@ -37,7 +37,7 @@ gpg --verify /usr/local/bin/gosu.asc
|
||||
# agent files in $GNUPGHOME. Only need to do this on newer distros
|
||||
# with gpgconf installed
|
||||
GPGCONF_BIN="$(command -v gpgconf)" || true
|
||||
if [ -n "$GPGCONF" ] && [ -x $GPGCONF_BIN ]; then
|
||||
if [ -n "$GPGCONF_BIN" ] && [ -x $GPGCONF_BIN ]; then
|
||||
gpgconf --kill gpg-agent
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user