parent
8183050f7e
commit
1fe999f05a
|
@ -33,7 +33,7 @@ if ':' in ogboot_ip_port:
|
|||
OGBOOT_IP, OGBOOT_PORT = ogboot_ip_port.split(':')
|
||||
else:
|
||||
OGBOOT_IP = ogboot_ip_port
|
||||
OGBOOT_PORT = 8082
|
||||
OGBOOT_PORT = "8082"
|
||||
oglive_iso_url = config["ogLive_Default"]
|
||||
INSTALL_OGBOOT_TARGET = config["ogBoot_Dir"]
|
||||
OPENGNSYS_CLIENT_USER = config["ogBootSambaUser"]
|
||||
|
|
Loading…
Reference in New Issue