mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
dumb mistake
fixed the variable name
This commit is contained in:
parent
a44591ca6b
commit
f37990351e
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ XXX
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Execute the command in the background (hidden from the user, not actually a background process)
|
# Execute the command in the background (hidden from the user, not actually a background process)
|
||||||
${commands[${echoes[$k]}]} > $instalLogLoc 2>&1
|
${commands[${echoes[$k]}]} > $tmpLog 2>&1
|
||||||
done
|
done
|
||||||
sudo mv $tmpLog $instalLogLoc$instalLogLoc
|
sudo mv $tmpLog $instalLogLoc$instalLogLoc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue