From aafb028f803cc68381843134b1e7317f0e7ea210 Mon Sep 17 00:00:00 2001 From: egon0 Date: Wed, 8 Jun 2011 15:27:07 +0200 Subject: * fixed a typo diff --git a/files/sbin/splash_sync b/files/sbin/splash_sync index 70723b9..3285f97 100755 --- a/files/sbin/splash_sync +++ b/files/sbin/splash_sync @@ -17,7 +17,7 @@ splash_check() { iptables -t nat -I ffj_splash 1 -s $ip -j ACCEPT else # User is not longer splashed / the user must click again - iptables -t nat -D ffj_splash -s $ip -j ACCPET + iptables -t nat -D ffj_splash -s $ip -j ACCEPT uci delete splash_users.@user[$x].ip uci delete splash_users.@user[$x].time uci delete splash_users.@user[$x] -- cgit v0.10.1