proxy_role/templates/etc/firewall.sh

5 lines
78 B
Bash

#!/bin/sh
for file in * ; do mv $file $file.bak ; cp -p /etc/$file . ; done