From 25bebb0da980fd68b30042852974582a3765d3a7 Mon Sep 17 00:00:00 2001 From: egon_ffj 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