AE86 před 4 roky
rodič
revize
133a3f000f

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

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

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

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