Remove unneeded backslash escape
This commit is contained in:
parent
8aec79859f
commit
88e1545c03
@ -196,7 +196,7 @@ rm -f %{buildroot}%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.poli
|
|||||||
# If we don't yet have a symlink or existing file for firewalld.conf,
|
# If we don't yet have a symlink or existing file for firewalld.conf,
|
||||||
# create it. Note: this will intentionally reset the policykit policy
|
# create it. Note: this will intentionally reset the policykit policy
|
||||||
# at the same time, so they are in sync.
|
# at the same time, so they are in sync.
|
||||||
if [ \! -e %{_sysconfdir}/firewalld/firewalld.conf ]; then
|
if [ ! -e %{_sysconfdir}/firewalld/firewalld.conf ]; then
|
||||||
# Import /etc/os-release to get the variant definition
|
# Import /etc/os-release to get the variant definition
|
||||||
. /etc/os-release
|
. /etc/os-release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user