From 1ba4da57c7540d356628e1ac1b9dc83281182dac Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Sun, 29 Mar 2020 21:48:10 +0500 Subject: [PATCH] bug fix: version number --- install/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install/install.py b/install/install.py index 8c88ccdec..cf6663b32 100755 --- a/install/install.py +++ b/install/install.py @@ -521,6 +521,7 @@ class preFlightsChecks: preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR) try: + path = "/usr/local/CyberCP/version.txt" writeToFile = open(path, 'w') writeToFile.writelines('%s\n' % (VERSION)) writeToFile.writelines(str(BUILD))