From 8702431d33f6493d5989dcea6adcb0ea07a383e0 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Thu, 20 Oct 2016 00:32:51 +0200 Subject: [PATCH] Fixes #1117 --- lgsm/functions/core_functions.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/core_functions.sh b/lgsm/functions/core_functions.sh index 987ffcde9..5a38a1183 100644 --- a/lgsm/functions/core_functions.sh +++ b/lgsm/functions/core_functions.sh @@ -116,7 +116,7 @@ fn_fetch_core_dl } -# Command +# Commands command_console.sh(){ functionfile="${FUNCNAME}" @@ -263,6 +263,11 @@ functionfile="${FUNCNAME}" fn_fetch_function } +check_tmuxception.sh(){ +functionfile="${FUNCNAME}" +fn_fetch_function +} + # Compress @@ -299,6 +304,7 @@ functionfile="${FUNCNAME}" fn_fetch_function } + # Fix fix.sh(){