another bump

git log
This commit is contained in:
Henry Oswald 2018-01-16 14:48:21 +00:00
parent dbfebc0d1c
commit 08c734e850

View file

@ -96,7 +96,7 @@ app.post "/shutdown", (req, res)->
app.get '/status', (req, res)-> app.get '/status', (req, res)->
if appIsOk if appIsOk
res.send('filestore sharelatex up - v4') res.send('filestore sharelatex up - v5')
else else
logger.log "app is not ok - shutting down" logger.log "app is not ok - shutting down"
res.send("server is being shut down", 500) res.send("server is being shut down", 500)