mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 13:25:51 +01:00
Remove permission changes
This commit is contained in:
@@ -2880,7 +2880,7 @@ class preFlightsChecks:
|
||||
|
||||
if self.distro == ubuntu:
|
||||
command = 'apt install opendkim-tools'
|
||||
subprocess.call(shlex.split(command))
|
||||
subprocess.call(shlex.split(command)):
|
||||
|
||||
command = 'mkdir -p /etc/opendkim/keys/'
|
||||
subprocess.call(shlex.split(command))
|
||||
|
||||
Reference in New Issue
Block a user