mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-05 07:00:19 +00:00
fix
This commit is contained in:
parent
4e03db4959
commit
18df185b15
1 changed files with 1 additions and 1 deletions
|
@ -747,6 +747,6 @@ main() {
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
if [[ $# = 0 ]]; then
|
if [[ $# = 0 ]]; then
|
||||||
helpFunc
|
helpFunc;;
|
||||||
fi
|
fi
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue