PATH:
etc
/
dnf
/
universal-hooks
/
multi_pkgs
/
transaction
/
ea-__WILDCARD__
/
Editing: 520-enablefileprotect
#!/bin/bash if [[ -e /var/cpanel/fileprotect ]] then /usr/local/cpanel/scripts/enablefileprotect else /usr/local/cpanel/scripts/disablefileprotect fi
SAVE
CANCEL