Fixed typo.

This commit is contained in:
Martin Edenhofer 2015-11-27 09:28:14 +01:00
parent 3c0e20bc06
commit 12e38ea4d1

View file

@ -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