mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-06 06:02:14 +01:00
9 lines
155 B
Bash
9 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
|