diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index 836e031d8..88e0138b7 100644 --- a/install/installCyberPanel.py +++ b/install/installCyberPanel.py @@ -507,7 +507,7 @@ module cyberpanel_ols { content = f.read() if 'autoSSL' not in content: content = content.replace( - 'adminEmails', + 'adminEmails root@localhost', 'adminEmails root@localhost\nautoSSL 1\nacmeEmail admin@cyberpanel.net', 1 ) diff --git a/plogical/upgrade.py b/plogical/upgrade.py index eac5af88a..551e74eb6 100644 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -4602,7 +4602,7 @@ pm.max_spare_servers = 3 content = f.read() if 'autoSSL' not in content: content = content.replace( - 'adminEmails', + 'adminEmails root@localhost', 'adminEmails root@localhost\nautoSSL 1\nacmeEmail admin@cyberpanel.net', 1 )