mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
9pudfuse: make sure the probable mount point exists
This commit is contained in:
parent
5cf05ece6d
commit
1722d38f69
@ -20,7 +20,8 @@ start()
|
|||||||
# --pidfile "${PIDFILE}" \
|
# --pidfile "${PIDFILE}" \
|
||||||
# -- -path /Transfuse
|
# -- -path /Transfuse
|
||||||
# eend $? "Failed to start 9pudfuse"
|
# eend $? "Failed to start 9pudfuse"
|
||||||
OCAMLRUNPARAM=b /sbin/9pudfuse &
|
mkdir -p /Mac
|
||||||
|
OCAMLRUNPARAM=b /sbin/9pudfuse &
|
||||||
}
|
}
|
||||||
|
|
||||||
stop()
|
stop()
|
||||||
|
Loading…
Reference in New Issue
Block a user