Correction by SiNaPsEr0x.

Matias Barcenas 2017-08-21 09:34:48 -05:00
parent 9dd578fe58
commit 6324f2f7f4
1 changed files with 1 additions and 1 deletions

2
FAQ.md

@ -20,7 +20,7 @@ export FLUXIONWIKillProcesses=1; ./fluxion.sh
### What if I want to run fluxion with multiple flags?
Separate the flags with command delimiters (semicolons ';'):
```
export FLUXIONWIKillProcesses=1; export FLUXIONWIReloadDriver=1 ./fluxion.sh
export FLUXIONWIKillProcesses=1; export FLUXIONWIReloadDriver=1; ./fluxion.sh
```
### Where is the handshake location?