Subversion Repositories ALCASAR

Rev

Rev 2088 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2088 Rev 2090
Line 10... Line 10...
10
current_name=$(echo $chilli_current_mac | cut -d' ' -f6)
10
current_name=$(echo $chilli_current_mac | cut -d' ' -f6)
11
current_ip=$(echo $chilli_current_mac | cut -d' ' -f2)
11
current_ip=$(echo $chilli_current_mac | cut -d' ' -f2)
12
 
12
 
13
if [ $is_connected == "1" ] && [ $current_mac == $current_name ]; then
13
if [ $is_connected == "1" ] && [ $current_mac == $current_name ]; then
14
	        ipset del not_filtered $current_ip
14
	        ipset del not_filtered $current_ip
15
		echo "coucou" > /tmp/reussi.txt
-
 
16
fi
15
fi
17
 
16