소스 검색

added selfname to bottom

Daniel Gibbs 10 년 전
부모
커밋
dfafa3364e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      lgsm/functions/command_console.sh

+ 2 - 0
lgsm/functions/command_console.sh

@@ -45,5 +45,7 @@ else
 		* ) echo "Please answer yes or no.";;
 	esac
 	done
+	function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
 fi
+
 core_exit.sh