forked from saurabh/orbit4-5
small fix
This commit is contained in:
parent
b729e32258
commit
76c2048a29
|
@ -35,6 +35,8 @@ class Admin::StoreController < OrbitAdminController
|
|||
response = http.request(request)
|
||||
data = JSON.parse(response.body)
|
||||
render :json => data.to_json
|
||||
%x(kill -s USR2 `cat tmp/pids/unicorn.pid`)
|
||||
sleep 5
|
||||
end
|
||||
|
||||
def authorize_default_modules
|
||||
|
|
Loading…
Reference in New Issue