diff --git a/check_reboot-required b/check_reboot-required index af4c6b3..1dce20d 100644 --- a/check_reboot-required +++ b/check_reboot-required @@ -22,7 +22,8 @@ # Script: check_reboot-required # # License: This file is licensed under the GPLv3 License # # Purpose: Check if reboot is required # -# Tested on: Proxmox 6, CentOS 6/7/8, Debian 7/8/9/10 and Ubuntu 16.04/18.04/20.04 # +# Tested on: CentOS 6/7/8, CloudLinux 7, Debian 7/8/9/10 and Ubuntu 16.04/18.04/20.04 # +# Proxmox 6 # # # ############################################################################################## # # @@ -162,7 +163,7 @@ case "${distro}" in Debian|Ubuntu) check_debian ;; - CentOS) + CentOS|CloudLinux) check_redhat ;; *)