Quiet systemctl if cups-browsed.service is not installed
This commit is contained in:
parent
c1a852fecb
commit
1e43ccc8ce
@ -144,7 +144,7 @@ rm -f %{buildroot}%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.poli
|
||||
|
||||
# on upgrade allow ipp-client service in active home/internal/work
|
||||
# if cups-browsed service is enabled to not break someones printing (RHBZ#1105639)
|
||||
systemctl -q is-enabled cups-browsed
|
||||
systemctl -q is-enabled cups-browsed &>/dev/null
|
||||
if [[ "$?" -eq 0 && "$1" -eq 2 ]]; then
|
||||
ZONES=( 'home' 'internal' 'work' )
|
||||
N_ZONES=${#ZONES[@]}
|
||||
|
Loading…
Reference in New Issue
Block a user