mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-04 10:38:53 +00:00
Dan forgot this : }
This commit is contained in:
parent
e106ff0fef
commit
e942440bb7
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ function distroCheck {
|
||||||
|
|
||||||
TMP=$(cat /etc/*release/ || echo "Failed to find release")
|
TMP=$(cat /etc/*release/ || echo "Failed to find release")
|
||||||
echo "Distribution Version: $TMP" >> $DEBUG_LOG
|
echo "Distribution Version: $TMP" >> $DEBUG_LOG
|
||||||
|
}
|
||||||
|
|
||||||
function compareWhitelist {
|
function compareWhitelist {
|
||||||
if [ ! -f "$WHITELISTMATCHES" ]; then
|
if [ ! -f "$WHITELISTMATCHES" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue