瀏覽代碼

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