mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
suppression doublon
This commit is contained in:
parent
b114d8cc45
commit
321d4d1865
1 changed files with 1 additions and 5 deletions
|
@ -21,10 +21,6 @@ app=rainloop
|
||||||
# Use of latest community edition
|
# Use of latest community edition
|
||||||
sudo unzip ../sources/rainloop-community.zip -d $rainloop_path/
|
sudo unzip ../sources/rainloop-community.zip -d $rainloop_path/
|
||||||
|
|
||||||
# Install plugins
|
|
||||||
sudo mkdir -p $rainloop_path/data/_data_/_default_/plugins
|
|
||||||
sudo cp -rf ../sources/plugins/ynh-login-mapping $rainloop_path/data/_data_/_default_/plugins/.
|
|
||||||
|
|
||||||
# Update patch to auto load version
|
# Update patch to auto load version
|
||||||
sudo cp ../sources/patch/index_auto_version.php $rainloop_path/index.php
|
sudo cp ../sources/patch/index_auto_version.php $rainloop_path/index.php
|
||||||
|
|
||||||
|
@ -67,4 +63,4 @@ app=rainloop
|
||||||
# Reload Nginx and regenerate SSOwat conf
|
# Reload Nginx and regenerate SSOwat conf
|
||||||
sudo service php5-fpm reload
|
sudo service php5-fpm reload
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
|
Loading…
Reference in a new issue