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