Update default.inc

This commit is contained in:
2019-02-02 10:23:18 -06:00
parent 0a4ea29682
commit da036f72ef

View File

@@ -106,6 +106,7 @@ detect_os () {
source /etc/init.d/functions.sh
[ zz`type -t ebegin 2>/dev/null` == "zzfunction" ] && echo DISTRIBUTION="gentoo"
fi
declare -p OSinfo
echo "${OSinfo[@]}"
}