mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-27 18:18:39 +02:00
bug fix: version number
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user