mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-06 07:30:18 +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;;
|
"removecustomdns" ) RemoveCustomDNSAddress;;
|
||||||
* ) helpFunc;;
|
* ) helpFunc;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
shift
|
shift
|
||||||
|
if [[ $# = 0 ]]; then
|
||||||
if [[ $# = 0 ]]; then
|
|
||||||
helpFunc
|
helpFunc
|
||||||
fi
|
fi
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue