From 89e1f4f369e61d8bcf20543f913f0511c472cd87 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 26 Mar 2025 23:29:01 +0100 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 8f0716f7..6544b94b 100644 --- a/install.sh +++ b/install.sh @@ -1257,6 +1257,7 @@ set_premium_features(){ LICENSE="Enterprise" echo "Setting OpenPanel enterprise version license key $license_key" opencli config update key "$license_key" + systemctl restart admin > /dev/null 2>&1 #added in 0.2.5 https://community.openpanel.org/d/91-email-support-for-openpanel-enterprise-edition echo "Setting mailserver.."