mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
check lscpd
This commit is contained in:
@@ -1489,7 +1489,7 @@ CSRF_COOKIE_SECURE = True
|
||||
if os.path.exists(lscpdPath):
|
||||
os.remove(lscpdPath)
|
||||
|
||||
command = 'wget https://cyberpanel.sh/lscpd -P /usr/local/lscp/bin/'
|
||||
command = 'wget https://cyberpanel.sh/lscpd-0.2.3 -P /usr/local/lscp/bin/lscpd'
|
||||
Upgrade.executioner(command, 'LSCPD Download.', 0)
|
||||
|
||||
command = 'chmod 755 %s' % (lscpdPath)
|
||||
|
||||
Reference in New Issue
Block a user