fix ./fluxion: line 522: syntax error near unexpected token
This commit is contained in:
parent
a1f4411d67
commit
122d1e1b69
13
fluxion
13
fluxion
|
@ -508,19 +508,6 @@ if [ $FLUX_DEBUG != 1 ]; then
|
|||
|
||||
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
|
||||
function infoap {
|
||||
|
||||
|
|
Loading…
Reference in New Issue