diff options
| author | egon0 <ms@resonar.de> | 2011-06-08 13:27:07 (GMT) |
|---|---|---|
| committer | egon0 <ms@resonar.de> | 2011-06-08 13:27:07 (GMT) |
| commit | aafb028f803cc68381843134b1e7317f0e7ea210 (patch) | |
| tree | 53ef7b83306c3592b1d233be76f9cdb45ae35b38 /files/sbin/splash_sync | |
| parent | 4b6fc9c53f9b87dd8a10f5148ebb822806a138d6 (diff) | |
* fixed a typo
Diffstat (limited to 'files/sbin/splash_sync')
| -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] |
