Missing definition

This commit is contained in:
AaronDewes 2022-06-10 09:14:23 +00:00
parent ed51529728
commit f5db1c7b16

View File

@ -58,6 +58,7 @@ def assignIpV4(appId: str, containerName: str):
scriptDir = path.dirname(path.realpath(__file__))
nodeRoot = path.join(scriptDir, "..", "..", "..", "..")
networkingFile = path.join(nodeRoot, "apps", "networking.json")
envFile = path.join(nodeRoot, ".env")
cleanContainerName = containerName.strip()
# If the name still contains a newline, throw an error
if cleanContainerName.find("\n") != -1: