mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
fix typo
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
a3dfb93479
commit
e3844179b6
@ -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