mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 17:53:13 +01:00
Updated container configuration cml for posix container
This commit is contained in:
@@ -105,7 +105,7 @@ class configuration:
|
||||
if param1 == "TYPE":
|
||||
if param2 == "LINUX":
|
||||
self.containers[id].type = "linux"
|
||||
elif param2 == "C0_POSIX":
|
||||
elif param2 == "POSIX":
|
||||
self.containers[id].type = "posix"
|
||||
elif param2 == "BARE":
|
||||
self.containers[id].type = "bare"
|
||||
|
||||
Reference in New Issue
Block a user