pass keys to ufw

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2016-02-22 23:43:04 +03:00
parent 776217ab00
commit fd208cff1e
1 changed files with 1 additions and 1 deletions

2
ufwd
View File

@ -56,7 +56,7 @@ main() {
while sleep "$cfg_scan_delay"; do
for i in *; do
upload_output=$( ufw -R "$i" )
upload_output=$( ufw "$@" -R "$i" )
upload_return=$?
if (( flag_enable_notifications )); then