gpg: don't fail on non-zero shell exit code

nistp521
Roman Zeyde 8 years ago
parent a26f0ea034
commit 04d790767d

@ -10,7 +10,7 @@ AGENT_PID=$!
sleep 1
echo "Starting GPG-enabled shell..."
${SHELL}
${SHELL} || true
echo "Stopping GPG-enabled shell..."
kill ${AGENT_PID}

Loading…
Cancel
Save