mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
bfc7795c34
commit
693abda7df
@ -1132,9 +1132,14 @@ configure_nginx() {
|
|||||||
|
|
||||||
|
|
||||||
set_premium_features(){
|
set_premium_features(){
|
||||||
if [ "$SET_HOSTNAME_NOW" = true ]; then
|
if [ "$SET_PREMIUM" = true ]; then
|
||||||
echo "Setting OpenPanel enterprise version license key $license_key"
|
echo "Setting OpenPanel enterprise version license key $license_key"
|
||||||
opencli config update 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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user