sup -> ufw
This commit is contained in:
4
ufwd
4
ufwd
@@ -7,7 +7,7 @@ if ! [[ "$XDG_RUNTIME_DIR" ]]; then
|
||||
fi
|
||||
|
||||
# Defaults
|
||||
cfg_workdir="$XDG_RUNTIME_DIR/supd"
|
||||
cfg_workdir="$XDG_RUNTIME_DIR/ufwd"
|
||||
cfg_scan_delay='30'
|
||||
|
||||
msg() { printf '%s\n' "$*"; }
|
||||
@@ -44,7 +44,7 @@ main() {
|
||||
|
||||
while sleep "$cfg_scan_delay"; do
|
||||
for i in *; do
|
||||
sup -R "$i"
|
||||
ufw -R "$i"
|
||||
done
|
||||
done
|
||||
}
|
||||
|
Reference in New Issue
Block a user