Add privacy level 4 to all privacy level code

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
Mcat12 2018-12-10 10:18:25 -05:00
parent d24e0a6060
commit 1cad069050
No known key found for this signature in database
GPG key ID: ABB8FC9789AF524D
4 changed files with 7 additions and 5 deletions

View file

@ -56,7 +56,7 @@ _pihole() {
;;
"privacylevel")
if ( [[ "$prev2" == "admin" ]] || [[ "$prev2" == "-a" ]] ); then
opts_privacy="0 1 2 3"
opts_privacy="0 1 2 3 4"
COMPREPLY=( $(compgen -W "${opts_privacy}" -- ${cur}) )
else
return 1