Correction by SiNaPsEr0x.
parent
9dd578fe58
commit
6324f2f7f4
2
FAQ.md
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?
|
||||
|
|
Loading…
Reference in New Issue