1
0
mirror of https://github.com/moparisthebest/pi-hole synced 2024-08-13 16:53:51 -04:00

dumb mistake

fixed the variable name
This commit is contained in:
Jacob Salmela 2015-10-31 09:21:19 -05:00 committed by dschaper
parent a44591ca6b
commit f37990351e

View File

@ -205,7 +205,7 @@ XXX
EOF
# 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
sudo mv $tmpLog $instalLogLoc$instalLogLoc