From 1fe999f05a84f18dbad33ede326b9de71f0b328a Mon Sep 17 00:00:00 2001 From: lgromero Date: Fri, 22 Nov 2024 14:31:29 +0100 Subject: [PATCH] refs #1167 #1168 #1169 #1170 change string to port variable --- installer/ogboot_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/ogboot_installer.py b/installer/ogboot_installer.py index 1d29fdf..73fcaa0 100755 --- a/installer/ogboot_installer.py +++ b/installer/ogboot_installer.py @@ -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"]