bug fix: update snappy version
This commit is contained in:
parent
a145823034
commit
9ce1d5c498
|
|
@ -126,7 +126,7 @@ class preFlightsChecks:
|
||||||
debug = 1
|
debug = 1
|
||||||
cyberPanelMirror = "mirror.cyberpanel.net/pip"
|
cyberPanelMirror = "mirror.cyberpanel.net/pip"
|
||||||
cdn = 'cyberpanel.sh'
|
cdn = 'cyberpanel.sh'
|
||||||
SnappyVersion = '2.33.0'
|
SnappyVersion = '2.38.2'
|
||||||
|
|
||||||
def __init__(self, rootPath, ip, path, cwd, cyberPanelPath, distro, remotemysql=None, mysqlhost=None, mysqldb=None,
|
def __init__(self, rootPath, ip, path, cwd, cyberPanelPath, distro, remotemysql=None, mysqlhost=None, mysqldb=None,
|
||||||
mysqluser=None, mysqlpassword=None, mysqlport=None):
|
mysqluser=None, mysqlpassword=None, mysqlport=None):
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ class Upgrade:
|
||||||
UbuntuPath = '/etc/lsb-release'
|
UbuntuPath = '/etc/lsb-release'
|
||||||
openEulerPath = '/etc/openEuler-release'
|
openEulerPath = '/etc/openEuler-release'
|
||||||
FromCloud = 0
|
FromCloud = 0
|
||||||
SnappyVersion = '2.33.0'
|
SnappyVersion = '2.38.2'
|
||||||
LogPathNew = '/home/cyberpanel/upgrade_logs'
|
LogPathNew = '/home/cyberpanel/upgrade_logs'
|
||||||
SoftUpgrade = 0
|
SoftUpgrade = 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue