mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-28 09:03:17 +00:00
Fix spacing
This commit is contained in:
parent
88f080c761
commit
72642c44e2
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue