5 lines
174 B
Bash
5 lines
174 B
Bash
#!/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 $* |