Fix spacing

This commit is contained in:
Sander 2016-07-14 20:41:49 +02:00 committed by GitHub
parent 88f080c761
commit 72642c44e2

View file

@ -72,7 +72,7 @@ function distroCheck {
echo "######## Distribution Section #########" >> $DEBUG_LOG
echo "#######################################" >> $DEBUG_LOG
TMP=$(cat /etc/*release || echo "Failed to find release")
TMP=$(cat /etc/*release || echo "Failed to find release")
echo "Distribution Version: $TMP" >> $DEBUG_LOG
function compareWhitelist {