Edit file File name : cpanel-delete-hooks Content :#!/bin/bash . /opt/cloudlinux/venv/usr/share/python-cllib/scripts/cl-common preupcp="/scripts/preupcp" postupcp="/scripts/postupcp" target="l.v.e-manager" common_path="/usr/share/$target/cpanel/hooks" deleteAllInclude "$preupcp" "preupcp" "/#$target/d" "$common_path" deleteAllInclude "$postupcp" "postupcp" "/#$target/d" "$common_path" echo Save