first commit

This commit is contained in:
Yavuz Aydın 2021-01-07 17:09:46 +01:00
parent 97c0e053ee
commit 0145741638
1 changed files with 3 additions and 2 deletions

View File

@ -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
;;
*)