|
@@ -38,7 +38,7 @@ set -x
|
|
grep -q "^trust-model always$" ~/.gnupg/gpg.conf 2> /dev/null \
|
|
grep -q "^trust-model always$" ~/.gnupg/gpg.conf 2> /dev/null \
|
|
|| echo trust-model always | tee ~/.gnupg/gpg.conf
|
|
|| echo trust-model always | tee ~/.gnupg/gpg.conf
|
|
|
|
|
|
-trap 'fusermount3 -u "$CIPHER_DIR"' SIGTERM
|
|
|
|
|
|
+trap 'fusermount3 -u -z "$CIPHER_DIR"' SIGTERM
|
|
rgpgfs -f -o allow_other \
|
|
rgpgfs -f -o allow_other \
|
|
-o modules=subdir,subdir="$SOURCE_DIR" \
|
|
-o modules=subdir,subdir="$SOURCE_DIR" \
|
|
-o recipient="$RECIPIENT" \
|
|
-o recipient="$RECIPIENT" \
|