mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Minor change
This commit is contained in:
parent
db278d81e4
commit
9193c71cff
1 changed files with 1 additions and 5 deletions
|
@ -10,9 +10,7 @@
|
|||
# the Free Software Foundation, either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
#globals
|
||||
basename=pihole
|
||||
piholeDir=/etc/${basename}
|
||||
args=("$@")
|
||||
|
||||
helpFunc() {
|
||||
cat << EOM
|
||||
|
@ -29,8 +27,6 @@ EOM
|
|||
exit 1
|
||||
}
|
||||
|
||||
args=("$@")
|
||||
|
||||
SetTemperatureUnit(){
|
||||
|
||||
# Remove setting from file (create backup setupVars.conf.bak)
|
||||
|
|
Loading…
Reference in a new issue