diff --git a/lscpd.0.4.0 b/lscpd.0.4.0 index d34823860..b3ef00908 100644 Binary files a/lscpd.0.4.0 and b/lscpd.0.4.0 differ diff --git a/plogical/upgrade.py b/plogical/upgrade.py index f7d4f85e1..0e242b8a1 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -1989,13 +1989,13 @@ autocreate_system_folders = On if os.path.exists(lscpdPath): os.remove(lscpdPath) - 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' Upgrade.executioner(command, command, 0) command = 'rm -f /usr/local/lscp/bin/lscpd' Upgrade.executioner(command, command, 0) - 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' Upgrade.executioner(command, command, 0) command = f'chmod 755 {lscpdPath}'