aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xawall-cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/awall-cli b/awall-cli
index f0ec1c7..67fc6fb 100755
--- a/awall-cli
+++ b/awall-cli
@@ -372,7 +372,7 @@ if not call(
signal(posix['SIG'..sig], 'SIG_IGN')
end
- require('lsleep').sleep(10)
+ posix.sleep(10)
io.stderr:write('\nTimeout, reverting to the old configuration\n')
iptables.revert()