AE86 4 年 前
コミット
133a3f000f

+ 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