again
This commit is contained in:
parent
b56f955a13
commit
1757d8c4e8
|
@ -323,8 +323,8 @@ class ServerConfigFiles:
|
||||||
Initialize the ServerConfigFiles class.
|
Initialize the ServerConfigFiles class.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
sbase (str): Server base (e.g., "debian", "devuan").
|
sbase (str): Server base (e.g., "debsrv", "devsrv").
|
||||||
sarch (str): Server architecture (e.g., "amd64", "arm64").
|
sarch (str): Server architecture (e.g., "64").
|
||||||
build_base (BuildBase): Instance of BuildBase containing necessary context.
|
build_base (BuildBase): Instance of BuildBase containing necessary context.
|
||||||
"""
|
"""
|
||||||
self.sbase = sbase
|
self.sbase = sbase
|
||||||
|
|
Loading…
Reference in New Issue