diff options
author | egon_ffj <egon@freifunk-jena.de> | 2011-06-08 13:27:07 (GMT) |
---|---|---|
committer | egon_ffj <egon@freifunk-jena.de> | 2011-06-08 13:27:07 (GMT) |
commit | 25bebb0da980fd68b30042852974582a3765d3a7 (patch) | |
tree | 53ef7b83306c3592b1d233be76f9cdb45ae35b38 /files/sbin | |
parent | 96826beacd9ec7831b7c8f198fdcf3d3422b73f3 (diff) |
* fixed a typo
Diffstat (limited to 'files/sbin')
-rwxr-xr-x | files/sbin/splash_sync | 2 |
1 files changed, 1 insertions, 1 deletions
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] |