pass keys to ufw
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
776217ab00
commit
fd208cff1e
2
ufwd
2
ufwd
|
@ -56,7 +56,7 @@ main() {
|
||||||
|
|
||||||
while sleep "$cfg_scan_delay"; do
|
while sleep "$cfg_scan_delay"; do
|
||||||
for i in *; do
|
for i in *; do
|
||||||
upload_output=$( ufw -R "$i" )
|
upload_output=$( ufw "$@" -R "$i" )
|
||||||
upload_return=$?
|
upload_return=$?
|
||||||
|
|
||||||
if (( flag_enable_notifications )); then
|
if (( flag_enable_notifications )); then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user