Skip to content

Commit 2dfac48

Browse files
committed
1 parent a455a3e commit 2dfac48

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

install/install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,13 +1345,13 @@ def installLSCPD(self):
13451345

13461346
lscpdPath = '/usr/local/lscp/bin/lscpd'
13471347

1348-
command = 'cp -f /usr/local/CyberCP/lscpd-0.2.5 /usr/local/lscp/bin/lscpd-0.2.5'
1348+
command = 'cp -f /usr/local/CyberCP/lscpd-0.2.7 /usr/local/lscp/bin/lscpd-0.2.7'
13491349
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
13501350

13511351
command = 'rm -f /usr/local/lscp/bin/lscpd'
13521352
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
13531353

1354-
command = 'mv /usr/local/lscp/bin/lscpd-0.2.5 /usr/local/lscp/bin/lscpd'
1354+
command = 'mv /usr/local/lscp/bin/lscpd-0.2.7 /usr/local/lscp/bin/lscpd'
13551355
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
13561356

13571357
command = 'chmod 755 %s' % (lscpdPath)
27.9 MB
Binary file not shown.

plogical/upgrade.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,13 +1520,13 @@ def installLSCPD(branch):
15201520
if os.path.exists(lscpdPath):
15211521
os.remove(lscpdPath)
15221522

1523-
command = 'cp -f /usr/local/CyberCP/lscpd-0.2.5 /usr/local/lscp/bin/lscpd-0.2.5'
1523+
command = 'cp -f /usr/local/CyberCP/lscpd-0.2.7 /usr/local/lscp/bin/lscpd-0.2.7'
15241524
Upgrade.executioner(command, command, 0)
15251525

15261526
command = 'rm -f /usr/local/lscp/bin/lscpd'
15271527
Upgrade.executioner(command, command, 0)
15281528

1529-
command = 'mv /usr/local/lscp/bin/lscpd-0.2.5 /usr/local/lscp/bin/lscpd'
1529+
command = 'mv /usr/local/lscp/bin/lscpd-0.2.7 /usr/local/lscp/bin/lscpd'
15301530
Upgrade.executioner(command, command, 0)
15311531

15321532
command = 'chmod 755 %s' % (lscpdPath)

0 commit comments

Comments
 (0)