1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-10-19 14:29:36 +00:00
pi-hole/advanced/Scripts
Vasilis Gerakaris 939806f021
piholeDebug.sh: Correct typo mistake
Signed-off-by: Vasilis Gerakaris <vgerak@gmail.com>

**By submitting this pull request, I confirm the following:** 
`{please fill any appropriate checkboxes, e.g: [X]}`

- [x] I have read and understood the [contributors guide](https://github.com/pi-hole/pi-hole/blob/master/CONTRIBUTING.md), as well as this entire template.
- [x] I have made only one major change in my proposed changes.
- [] I have commented my proposed changes within the code.
- [] I have tested my proposed changes, and have included unit tests where possible.
- [] I am willing to help maintain this change if there are issues with it later.
- [x] I give this submission freely and claim no ownership.
- [x] It is compatible with the [EUPL 1.2 license](https://opensource.org/licenses/EUPL-1.1)
- [x] I have squashed any insignificant commits. ([`git rebase`](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html))
2018-01-12 02:17:31 +02:00
..
chronometer.sh Exchange hard-coded domain "localhost" by hard-coded address "127.0.0.1" 2017-12-30 17:44:59 +01:00
COL_TABLE Ensure colour consistency between terminal themes 2017-09-05 23:28:33 +10:00
list.sh force mode is no longer referenced. Regression. Same with domToRemoveList 2017-12-06 22:42:08 +00:00
piholeCheckout.sh Include branch we're switching from 2017-07-27 22:21:25 +01:00
piholeDebug.sh piholeDebug.sh: Correct typo mistake 2018-01-12 02:17:31 +02:00
piholeLogFlush.sh
setupLCD.sh
update.sh Clean up known remaining colour output issues (#1613) 2017-07-26 18:00:08 +01:00
updatecheck.sh Use "echo -n" to avoid haveing newlines in the files 2017-12-23 11:52:27 +01:00
version.sh
webpage.sh No need for cat | sed here as we source setupVars.conf, so we can use interface="${PIHOLE_INTERFACE}" 2018-01-07 14:36:03 +01:00