From a34a2c0b0d846b263763b5a63fa31665b18783eb Mon Sep 17 00:00:00 2001 From: qindel Date: Wed, 29 May 2024 08:59:18 +0000 Subject: [PATCH] Refs #401 adds glob import --- 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 a85d361..6db30c7 100755 --- a/installer/ogboot_installer.py +++ b/installer/ogboot_installer.py @@ -5,7 +5,7 @@ ##### Autor: Antonio Emmanuel Guerrero Silva ######## ################################################################################# -import platform, os, sys, subprocess, datetime, shutil, argparse, time, pwd +import platform, os, sys, subprocess, datetime, shutil, argparse, time, pwd, glob global UBUNTU_OS_VERSION, OPENGNGYS_VERSION, PYTHON_VERSION_LAST, PYTHON_VERSION, DEPENDENCIES2, INSTALL_OGBOOT_TARGET, WORK_DIR, LOG_FILE, CHECKPKG, INSTALLPKG, PATH, PROGRAM_DIR, OPENGNSYS_SERVER, UPDATEPKGLIST