Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user