added debug msg to preconfig

This commit is contained in:
2020-12-02 15:25:45 +01:00
parent 061d97d5a0
commit f51b50debb
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
echo "DEBUG Start preconf"
if [ "$osrel" = "ubu1804" ] || [ "$osrel" = "ubu2004" ] || [ "$osrel" = "deb10" ] ; then
########################
# Debian/Ubunbtu #
@@ -35,6 +36,7 @@ elif [ "$osrel" = "cent8" ]; then
################
# Centos #
################
echo "DEBUG running cent8 preconf"
##--------------##
# Repositories #
##--------------##