9pudfuse: make sure the probable mount point exists

This commit is contained in:
David Sheets 2016-01-20 14:58:08 +00:00
parent 5cf05ece6d
commit 1722d38f69

View File

@ -20,7 +20,8 @@ start()
# --pidfile "${PIDFILE}" \
# -- -path /Transfuse
# eend $? "Failed to start 9pudfuse"
OCAMLRUNPARAM=b /sbin/9pudfuse &
mkdir -p /Mac
OCAMLRUNPARAM=b /sbin/9pudfuse &
}
stop()