mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
only reach for config if exists
This commit is contained in:
committed by
Aiden McClelland
parent
946d4c6c1d
commit
6747a87800
@@ -52,7 +52,7 @@ export module Mock {
|
||||
'shm-size': '',
|
||||
},
|
||||
'health-checks': { },
|
||||
config: null,
|
||||
config: { get: { } as any, set: { } as any },
|
||||
volumes: { },
|
||||
'min-os-version': '0.2.12',
|
||||
interfaces: {
|
||||
@@ -359,7 +359,7 @@ export module Mock {
|
||||
'shm-size': '',
|
||||
},
|
||||
'health-checks': { },
|
||||
config: null,
|
||||
config: { get: { } as any, set: { } as any },
|
||||
volumes: { },
|
||||
'min-os-version': '0.2.12',
|
||||
interfaces: {
|
||||
|
||||
Reference in New Issue
Block a user