From 014574163868f52070af1bc2a233ad6f06b2ee3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yavuz=20Ayd=C4=B1n?= Date: Thu, 7 Jan 2021 17:09:46 +0100 Subject: [PATCH] first commit --- check_reboot-required | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ;; *)