mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-13 10:24:46 +02:00
8 lines
155 B
Bash
8 lines
155 B
Bash
#!/bin/sh
|
|
|
|
# trigger script for awall
|
|
# Copyright (c) 2014-2017 Kaarle Ritvanen
|
|
|
|
[ -f /etc/iptables/awall-save ] || exit 0
|
|
|
|
exec /usr/sbin/awall translate
|