Explorar el Código

added local back again

Daniel Gibbs hace 7 años
padre
commit
cd0a2143bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/check_system_dir.sh

+ 1 - 1
lgsm/functions/check_system_dir.sh

@@ -5,7 +5,7 @@
 # Description: Checks if systemdir/serverfiles is accessible.
 # Description: Checks if systemdir/serverfiles is accessible.
 
 
 commandname="CHECK"
 commandname="CHECK"
-function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
+local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
 
 
 if [ "${function_selfname}" != "command_validate.sh" ]; then
 if [ "${function_selfname}" != "command_validate.sh" ]; then
 	checkdir="${serverfiles}"
 	checkdir="${serverfiles}"