1 Commits
1.9.2 ... 1.9.3

Author SHA1 Message Date
fbt
fd208cff1e pass keys to ufw
Signed-off-by: fbt <fbt@fleshless.org>
2016-02-22 23:43:04 +03:00

2
ufwd
View File

@@ -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