Shellcheck final work

This commit is contained in:
Dan Schaper 2016-11-16 21:59:14 -08:00
parent 0e0a389faa
commit 93f4468d88

View file

@ -393,7 +393,7 @@ finalWork() {
read -r -p "::: Would you like to upload the log? [y/N] " response read -r -p "::: Would you like to upload the log? [y/N] " response
case ${response} in case ${response} in
[yY][eE][sS]|[yY]) [yY][eE][sS]|[yY])
tricorder=$(cat /var/log/pihole_debug.log | nc -w 10 tricorder.pi-hole.net 9999) tricorder=$(nc -w 10 tricorder.pi-hole.net 9999 < /var/log/pihole_debug.log)
;; ;;
*) *)
echo "::: Log will NOT be uploaded to tricorder." echo "::: Log will NOT be uploaded to tricorder."