diff --git a/attacks/Captive Portal/language/hu.sh b/attacks/Captive Portal/language/hu.sh old mode 100644 new mode 100755 diff --git a/attacks/Handshake Snooper/language/hu.sh b/attacks/Handshake Snooper/language/hu.sh old mode 100644 new mode 100755 diff --git a/fluxion.sh b/fluxion.sh index 3b2cd81..f3e415f 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -438,7 +438,7 @@ fluxion_kill_lineage() { # ============================================================ # # Delete log only in Normal Mode ! fluxion_conditional_clear() { - # Clear iff we're not in debug mode + # Clear if we're not in debug mode if [ ! $FLUXIONDebug ]; then clear; fi }