#!/bin/bash 

# license4.host

key="cpanel"
RED='\033[0;31m' # Red
Green='\033[0;32m'        # Green
NC='\033[0m' # No Color
filename="lic_cpanel"
file_path="/usr/bin/$filename"

chmod +x $file_path &> /dev/null
$file_path "--install-ssl-service"