Browse Source

fixup! 优化:目录调整,符合maven规范;maven编译指定.sh脚本换行符为unix换行

陈精华 5 years ago
parent
commit
f7c7411bcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jodconverter-web/src/main/bin/startup.sh

+ 1 - 1
jodconverter-web/src/main/bin/startup.sh

@@ -6,7 +6,7 @@ KKFILEVIEW_BIN_FOLDER=$(cd "$(dirname "$0")";pwd)
 export KKFILEVIEW_BIN_FOLDER=$KKFILEVIEW_BIN_FOLDER
 cd $KKFILEVIEW_BIN_FOLDER
 echo "Using KKFILEVIEW_BIN_FOLDER $KKFILEVIEW_BIN_FOLDER"
-grep 'office\.home' ../conf/application.properties | grep '!^#'
+grep 'office\.home' ../config/application.properties | grep '!^#'
 if [ $? -eq 0 ]; then
   echo "Using customized office.home"
 else