HOME


Mini Shell 1.0
DIR:/scripts/
Upload File :
Current File : //scripts/check_cpanel_rpms
#!/bin/bash

# can be removed in 104

>&2 echo "Warning: This script is deprecated and will be removed in 11.104, please use 'scripts/check_cpanel_pkgs' instead."

exec /usr/local/cpanel/scripts/check_cpanel_pkgs "$@"