mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
commit
7d1faa25dc
@ -16,7 +16,7 @@ if [ ! -d /Database ]
|
|||||||
then
|
then
|
||||||
mkdir -p /Database
|
mkdir -p /Database
|
||||||
BASE="/Database"
|
BASE="/Database"
|
||||||
case "$(mobyconfig)" in
|
case "$(mobyplatform)" in
|
||||||
windows)
|
windows)
|
||||||
/sbin/9pmount-vsock listen db /Database
|
/sbin/9pmount-vsock listen db /Database
|
||||||
[ $? -ne 0 ] && rm -rf /Database && printf "Could not mount configuration database\n" 1>&2 && exit 1
|
[ $? -ne 0 ] && rm -rf /Database && printf "Could not mount configuration database\n" 1>&2 && exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user