4 lines
75 B
Bash
Executable file
4 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
/usr/lib/ufw/ufw-init start quiet
|
|
exec chpst -b ufw pause
|