mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-05 15:10:15 +00:00
fix
This commit is contained in:
parent
f7c2fc2138
commit
4e03db4959
1 changed files with 1 additions and 3 deletions
|
@ -745,10 +745,8 @@ main() {
|
|||
"removecustomdns" ) RemoveCustomDNSAddress;;
|
||||
* ) helpFunc;;
|
||||
esac
|
||||
|
||||
shift
|
||||
|
||||
if [[ $# = 0 ]]; then
|
||||
if [[ $# = 0 ]]; then
|
||||
helpFunc
|
||||
fi
|
||||
}
|
Loading…
Add table
Reference in a new issue