소스 검색

removed exit

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

+ 0 - 1
lgsm/functions/command_update_functions.sh

@@ -34,7 +34,6 @@ if [ -n "${functionsdir}" ]; then
 				echo "rm -rfv ${functionsdir}/${functionfile}"
 				rm -rfv "${functionsdir}/${functionfile}"
 				fn_update_function
-				core_exit.sh
 			fi
 		done
 	fi