mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
add movim restart command after upgrade
This commit is contained in:
parent
9c9ad17209
commit
7cdd87c1ec
2 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,9 @@ Current Movim version : 20150810.
|
||||||
|
|
||||||
**Changelog**
|
**Changelog**
|
||||||
|
|
||||||
|
0.4b ?
|
||||||
|
- Add restart command to movim daemon after upgrade
|
||||||
|
|
||||||
0.3b 2015-08-12
|
0.3b 2015-08-12
|
||||||
- Check if admin exists
|
- Check if admin exists
|
||||||
- Check if admin password is not empty
|
- Check if admin password is not empty
|
||||||
|
@ -52,6 +55,7 @@ Username and password are definied during installation.
|
||||||
**Notes**
|
**Notes**
|
||||||
|
|
||||||
* URL rewriting is disabled (experimental feature)
|
* URL rewriting is disabled (experimental feature)
|
||||||
|
* No SSO auto login
|
||||||
|
|
||||||
**Help**
|
**Help**
|
||||||
|
|
||||||
|
|
|
@ -17,3 +17,4 @@ sudo sed -i "s@/ws/@$path/ws/@g" $final_path/app/assets/js/movim_websocket.js
|
||||||
|
|
||||||
# Reload
|
# Reload
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
sudo movim restart
|
||||||
|
|
Loading…
Reference in a new issue