Fixed typo.
This commit is contained in:
parent
3c0e20bc06
commit
12e38ea4d1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ APP_PORT=$2
|
|||
WS_PORT=$3
|
||||
|
||||
rails r "Setting.set('developer_mode', true)"
|
||||
rails r "Setting.set('websocket_port', '#{WS_PORT}')"
|
||||
rails r "Setting.set('websocket_port', '$WS_PORT')"
|
||||
|
||||
pumactl start --pidfile tmp/pids/puma.pid -d -p $APP_PORT -e $RAILS_ENV
|
||||
script/websocket-server.rb start -d -p $WS_PORT
|
||||
|
|
Loading…
Reference in a new issue