Fixed issue#1116, found hungarian language files weren't set to executable

This commit is contained in:
BuildTools 2022-12-30 10:23:23 +11:00
parent e11dd51d80
commit 977e6f1dbe
3 changed files with 1 additions and 1 deletions

0
attacks/Captive Portal/language/hu.sh Normal file → Executable file
View File

0
attacks/Handshake Snooper/language/hu.sh Normal file → Executable file
View File

View File

@ -438,7 +438,7 @@ fluxion_kill_lineage() {
# ============================================================ # # ============================================================ #
# Delete log only in Normal Mode ! # Delete log only in Normal Mode !
fluxion_conditional_clear() { fluxion_conditional_clear() {
# Clear iff we're not in debug mode # Clear if we're not in debug mode
if [ ! $FLUXIONDebug ]; then clear; fi if [ ! $FLUXIONDebug ]; then clear; fi
} }