Corrected tab-space inconsistency.

This commit is contained in:
Matias Barcenas 2017-11-29 22:54:34 -06:00
parent 29cd8c3186
commit 3375864bb1
1 changed files with 22 additions and 21 deletions

View File

@ -886,7 +886,7 @@ function fluxion_unset_attack() {
FLUXIONAttack=""
}
# Select attack strategie that will be used
# Select the attack strategy to be used.
function fluxion_set_attack() {
if [ "$FLUXIONAttack" ]; then return 0; fi
@ -940,6 +940,7 @@ function fluxion_set_attack() {
FLUXIONAttack=${IOQueryFormatFields[0]}
# Load attack and its corresponding language file.
source "attacks/$FLUXIONAttack/language/$FLUXIONLanguage.sh"
source "attacks/$FLUXIONAttack/attack.sh"