#!/bin/bash

# Copyright (c) Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2026 All Rights Reserved
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENSE.TXT

#Clear old conf files. Need it if apache type change

. /usr/share/lve/modlscapi/include/cpanel-common-lve

#if [ -e "/usr/local/apache/conf/conf.d" ]; then
#    rm -f /usr/local/apache/conf/conf.d/lsapi.conf
#fi

writeToLog "[clearconf] hook was successfully executed"

 
