Fixed issue#1116, found hungarian language files weren't set to executable
This commit is contained in:
parent
e11dd51d80
commit
977e6f1dbe
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue