mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-25 14:20:18 +00:00
theme addition
Further adherence to the science/star trek theme
This commit is contained in:
parent
932d410b66
commit
e1b8419a07
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ do
|
||||||
*) cmd="curl"
|
*) cmd="curl"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# tmp file, so we don't have to store the (long!) lists in RAM
|
echo "Narrowing the annular confinment beam..."
|
||||||
|
# Create a tmp file so we don't have to store the (long!) lists in RAM
|
||||||
patternBuffer=$(mktemp)
|
patternBuffer=$(mktemp)
|
||||||
heisenbergCompensator=""
|
heisenbergCompensator=""
|
||||||
if [[ -r $saveLocation ]]; then
|
if [[ -r $saveLocation ]]; then
|
||||||
|
|
Loading…
Reference in a new issue