From 7cdd87c1ec9ebdd49c1c1f841c248c506734f497 Mon Sep 17 00:00:00 2001 From: src386 Date: Thu, 13 Aug 2015 09:50:22 +0200 Subject: [PATCH] add movim restart command after upgrade --- README.md | 4 ++++ scripts/upgrade | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 23eaae6..f5f5e5a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Current Movim version : 20150810. **Changelog** +0.4b ? +- Add restart command to movim daemon after upgrade + 0.3b 2015-08-12 - Check if admin exists - Check if admin password is not empty @@ -52,6 +55,7 @@ Username and password are definied during installation. **Notes** * URL rewriting is disabled (experimental feature) +* No SSO auto login **Help** diff --git a/scripts/upgrade b/scripts/upgrade index 826832e..1402d8e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -17,3 +17,4 @@ sudo sed -i "s@/ws/@$path/ws/@g" $final_path/app/assets/js/movim_websocket.js # Reload sudo yunohost app ssowatconf +sudo movim restart