Files
inn2/etc/cont-init.d/15-gpg.sh
T

10 lines
147 B
Bash
Raw Normal View History

2026-08-09 06:45:51 +05:00
#!/bin/sh
if [ -f "/etc/gpg/gpg.conf" ]; then
exit 0
fi
rm -rf /etc/gpg || exit 0
mkdir -p /etc/gpg
echo "use-keyboxd 0" > /etc/gpg/gpg.conf