Merge pull request #2078 from Kwiboo/show-distro-config

config/functions: call show_distro_config
This commit is contained in:
Lukas Rusak 2017-10-14 10:12:21 -07:00 committed by GitHub
commit fa813ba288

View File

@ -648,6 +648,10 @@ show_config() {
config_message="$config_message\n - Default Skin:\t\t\t $SKIN_DEFAULT"
config_message="$config_message\n - Include extra fonts:\t\t\t $KODI_EXTRA_FONTS"
if [ "$(type -t show_distro_config)" = "function" ]; then
show_distro_config
fi
config_message="$config_message\n"
config_message="$config_message\n $dashes$dashes$dashes"
config_message="$config_message\n End Configuration for $DISTRONAME"