From 65fca9263e6939384921503930a062cd41e49693 Mon Sep 17 00:00:00 2001 From: Muttahir Aon Syed Date: Mon, 5 Oct 2020 20:45:58 +0500 Subject: [PATCH] Permission fix Another fix --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index 0c5ac3479..a848f2c27 100755 --- a/install/install.py +++ b/install/install.py @@ -2384,7 +2384,7 @@ echo $oConfig->Save() ? 'Done' : 'Error'; subprocess.call(shlex.split(command)) command = "chown -R lscpd:lscpd /usr/local/lscp/cyberpanel/rainloop/data" - preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR) + subprocess.call(shlex.split(command)) except: pass