Update default.inc

This commit is contained in:
2019-01-31 23:52:39 -06:00
parent 091c728f88
commit 36da590041

View File

@@ -61,6 +61,7 @@ redhat_derivative () {
detect_os () {
#local -n __resultvar="$1" || return 1
declare -A __resultvar
__resultvar[MACH]=`uname -m`
if [ -f /etc/redhat-release ] ; then
echo DISTRIBUTION=redhat