bourne shell vs bashism fix
authorClinton Ebadi <clinton@unknownlamer.org>
Fri, 7 Dec 2012 20:19:04 +0000 (15:19 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Fri, 7 Dec 2012 20:19:04 +0000 (15:19 -0500)
scripts/domtool-publish

index 811c464..da032fe 100755 (executable)
@@ -83,7 +83,7 @@ case $1 in
               # (ferm failing just uses the previous config at
               # least). Does it need to chown/chmod the generated
               # rules?
-              /bin/cp /var/domtool/firewall/{user_chains.conf,users_tcp_in.conf,users_tcp_out.conf} /etc/ferm/
+              /bin/cp /var/domtool/firewall/*.conf /etc/ferm/
               /etc/init.d/ferm reload
        ;;
        *)