#!/bin/sh if [ $(id -u) -eq 0 ]; then exec setpriv --clear-groups --reuid 1000 --regid 1000 --inh-caps=-all \ sh -ex ci/sign.sh fi install -m u=rwx,go= -d "${GNUPGHOME}" cat > "${GNUPGHOME}"/gpg-agent.conf <