mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
Fix que doc #2724
This commit is contained in:
parent
2b47a1ad30
commit
afa5eeb5fd
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ start)
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
echo "$1 que monitor and server"
|
echo "$1 que monitor and server"
|
||||||
cd $APP_ROOT && RAILS_ENV=$RAILS_ENV $RUBY_BUNDLE_PATH lib/daemons/que_ctl stop
|
cd $APP_ROOT && RAILS_ENV=$RAILS_ENV $RUBY_BUNDLE_PATH exec lib/daemons/que_ctl stop
|
||||||
;;
|
;;
|
||||||
restart)
|
restart)
|
||||||
echo "$1 que monitor and server"
|
echo "$1 que monitor and server"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue