mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-18 21:30:13 +00:00
fix indentation
This commit is contained in:
parent
63312ac4b8
commit
ec4e4d3b72
1 changed files with 7 additions and 7 deletions
|
@ -1262,14 +1262,14 @@ install_dependent_packages() {
|
||||||
installArray+=("${i}")
|
installArray+=("${i}")
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
#
|
||||||
|
if [[ "${#installArray[@]}" -gt 0 ]]; then
|
||||||
#
|
#
|
||||||
if [[ "${#installArray[@]}" -gt 0 ]]; then
|
"${PKG_INSTALL[@]}" "${installArray[@]}" &> /dev/null
|
||||||
#
|
return
|
||||||
"${PKG_INSTALL[@]}" "${installArray[@]}" &> /dev/null
|
fi
|
||||||
return
|
echo ""
|
||||||
fi
|
return 0
|
||||||
echo ""
|
|
||||||
return 0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Create logfiles if necessary
|
# Create logfiles if necessary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue