浏览代码

fix chmod

AE86 4 年之前
父节点
当前提交
133a3f000f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      dbsyncer-web/src/main/assembly/bin/startup.sh
  2. 1 1
      dbsyncer-web/src/main/assembly/bin/stop.sh

+ 1 - 1
dbsyncer-web/src/main/assembly/bin/startup.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 cd ../
-echo 'Starting up'
+echo 'Starting up ...'
 # current path
 CURRENT_DIR=$(pwd);
 # the path of application.properties

+ 1 - 1
dbsyncer-web/src/main/assembly/bin/stop.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 cd ../
-echo 'Stopping'
+echo 'Stopping ...'
 # current path
 CURRENT_DIR=$(pwd);
 # the path of application.properties