mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +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}" \
|
||||
# -- -path /Transfuse
|
||||
# eend $? "Failed to start 9pudfuse"
|
||||
OCAMLRUNPARAM=b /sbin/9pudfuse &
|
||||
mkdir -p /Mac
|
||||
OCAMLRUNPARAM=b /sbin/9pudfuse &
|
||||
}
|
||||
|
||||
stop()
|
||||
|
Loading…
Reference in New Issue
Block a user