1
0
Fork 0
myserver-configuration/init.sh

7 lines
130 B
Bash
Raw Normal View History

2022-10-25 13:34:44 +02:00
#!/bin/bash
# Must be run as sudo
cp ./firewall /etc/init.d/firewall
chmod +x /etc/init.d/firewall
update-rc.d firewall defaults