This commit is contained in:
Usman Nasir
2022-09-24 13:29:18 +05:00
parent 60d048f82a
commit 23a968a962
2 changed files with 2 additions and 2 deletions

View File

@@ -1451,13 +1451,13 @@ autocreate_system_folders = On
lscpdPath = '/usr/local/lscp/bin/lscpd'
command = 'cp -f /usr/local/CyberCP/lscpd-0.3.1 /usr/local/lscp/bin/lscpd-0.3.1'
command = 'cp -f /usr/local/CyberCP/lscpd-0.4.0 /usr/local/lscp/bin/lscpd-0.4.0'
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
command = 'rm -f /usr/local/lscp/bin/lscpd'
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
command = 'mv /usr/local/lscp/bin/lscpd-0.3.1 /usr/local/lscp/bin/lscpd'
command = 'mv /usr/local/lscp/bin/lscpd-0.4.0 /usr/local/lscp/bin/lscpd'
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
command = 'chmod 755 %s' % (lscpdPath)

BIN
lscpd.0.4.0 Normal file

Binary file not shown.