mirror of
https://github.com/romanz/amodem.git
synced 2026-02-24 16:18:12 +08:00
gpg: don't fail on non-zero shell exit code
This commit is contained in:
@@ -10,7 +10,7 @@ AGENT_PID=$!
|
||||
sleep 1
|
||||
|
||||
echo "Starting GPG-enabled shell..."
|
||||
${SHELL}
|
||||
${SHELL} || true
|
||||
echo "Stopping GPG-enabled shell..."
|
||||
|
||||
kill ${AGENT_PID}
|
||||
|
||||
Reference in New Issue
Block a user