refs #1167 #1168 #1169 #1170 change string to port variable

ogboot-log 0.5.1
Luis Gerardo Romero Garcia 2024-11-22 14:31:29 +01:00
parent 8183050f7e
commit 1fe999f05a
1 changed files with 1 additions and 1 deletions

View File

@ -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"]