small fix

This commit is contained in:
Harry Bomrah 2015-06-02 20:13:30 +08:00
parent b729e32258
commit 76c2048a29
1 changed files with 2 additions and 0 deletions

View File

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