commit 49544988c3901748a6fbc10065ea6b7bf14f44a0 Author: Gaunt, John Date: Sat Jan 6 21:35:04 2018 -0500 Add new file diff --git a/encfs-fstab b/encfs-fstab new file mode 100644 index 0000000..b01ecf7 --- /dev/null +++ b/encfs-fstab @@ -0,0 +1,5 @@ +#!/bin/bash + +ENCFS_CONFIG="/root/.credentials/.encfs6.xml" +ENCFS_PASS="/root/.credentials/encfs.creds" +<"$ENCFS_PASS" ENCFS6_CONFIG="$ENCFS_CONFIG" encfs -S -o allow_other $* \ No newline at end of file