|
@@ -13,14 +13,14 @@ elif [[ "$OSTYPE" == "linux-gnu" ]]; then
|
|
|
txt=""
|
|
|
elif [[ "$OSTYPE" == "cygwin" ]]; then
|
|
|
|
|
|
- echo "Easy Scheduler not support Windows operating system"
|
|
|
+ echo "Dolphin Scheduler not support Windows operating system"
|
|
|
exit 1
|
|
|
elif [[ "$OSTYPE" == "msys" ]]; then
|
|
|
|
|
|
- echo "Easy Scheduler not support Windows operating system"
|
|
|
+ echo "Dolphin Scheduler not support Windows operating system"
|
|
|
exit 1
|
|
|
elif [[ "$OSTYPE" == "win32" ]]; then
|
|
|
- echo "Easy Scheduler not support Windows operating system"
|
|
|
+ echo "Dolphin Scheduler not support Windows operating system"
|
|
|
exit 1
|
|
|
elif [[ "$OSTYPE" == "freebsd"* ]]; then
|
|
|
|
|
@@ -164,7 +164,7 @@ execPath="/tmp/escheduler/exec"
|
|
|
shellEnvPath="$installPath/conf/env/.escheduler_env.sh"
|
|
|
|
|
|
|
|
|
-resSuffixs="txt,log,sh,conf,cfg,py,java,sql,hql,xml"
|
|
|
+resSuffixs="txt,log,sh,conf,cfg,py,java,sql,hql,xml,properties"
|
|
|
|
|
|
|
|
|
|