Update INSTALL.sh

This commit is contained in:
Stefan Pejcic
2024-07-16 15:01:58 +02:00
committed by GitHub
parent a01c734fb5
commit a675fa3dd8

View File

@@ -955,7 +955,7 @@ configure_nginx() {
set_premium_features(){
if [ "$SET_HOSTNAME_NOW" = true ]; then
echo "Setting OpenPanel enterprise version license key $license_key"
opencli config update key "$license_key"
opencli license "$license_key"
fi
}