diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/mount.fuse | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/mount.fuse b/util/mount.fuse index 7eec6e0..1e1a2b4 100644 --- a/util/mount.fuse +++ b/util/mount.fuse @@ -9,6 +9,11 @@ VERSION="0.0.1" PRGNAME=`basename $0` +if [ -z "$HOME" ]; then + HOME=/root +fi +export HOME + USAGE="${PRGNAME} version ${VERSION} usage: ${PRGNAME} fusefs_type#[mountpath] mountpoint [FUSE options] |