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