소스 검색

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