Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-08-18 17:03:46 +02:00 committed by GitHub
parent bfc7795c34
commit 693abda7df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1132,9 +1132,14 @@ configure_nginx() {
set_premium_features(){
if [ "$SET_HOSTNAME_NOW" = true ]; then
if [ "$SET_PREMIUM" = true ]; then
echo "Setting OpenPanel enterprise version license key $license_key"
opencli config update key "$license_key"
#added in 0.2.5 https://community.openpanel.com/d/91-email-support-for-openpanel-enterprise-edition
echo "Setting mailserver.."
opencli email-server install
fi
}