fix ./fluxion: line 522: syntax error near unexpected token

This commit is contained in:
strasharo 2016-03-19 13:54:28 +02:00
parent a1f4411d67
commit 122d1e1b69
1 changed files with 0 additions and 13 deletions

13
fluxion
View File

@ -508,19 +508,6 @@ if [ $FLUX_DEBUG != 1 ]; then
fi fi
function tools {
declare tools=tools/
if [ -d $tools ]; then
mostrarheader
conditional_clear
rm .rf tools.zip
wget https://sites.google.com/site/deltaxflux/tools.zip
unzip tools.zip
rm -rf tools.zip
}
tools
# Show info for the selected AP # Show info for the selected AP
function infoap { function infoap {