Update comments

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2018-06-05 22:21:37 +09:00
parent ef9f961e8d
commit b26efbe963
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D
6 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,7 @@ do_status(){
do_restart(){
do_stop
sleep 0.5
do_start
}

View File

@ -78,6 +78,7 @@ do_status(){
do_restart(){
do_stop
sleep 0.5
do_start
}

View File

@ -103,6 +103,7 @@ do_stop() {
do_restart() {
do_stop
sleep 0.5
do_start
}

View File

@ -95,6 +95,7 @@ do_stop() {
do_restart() {
do_stop
sleep 0.5
do_start
}

View File

@ -76,6 +76,7 @@ do_status(){
do_restart(){
do_stop
sleep 0.5
do_start
}

View File

@ -74,6 +74,7 @@ do_status(){
do_restart(){
do_stop
sleep 0.5
do_start
}