mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Update install
This commit is contained in:
parent
7a1bc14448
commit
44af11c382
1 changed files with 3 additions and 1 deletions
|
@ -48,6 +48,9 @@ if [ "$?" -eq 0 ]; then
|
|||
else
|
||||
# Copy config
|
||||
sudo cp ../conf/config.php $final_path/
|
||||
sed -i "s@DOMAINTOCHANGE@$domain@g" ../conf/backend/config-imap.php
|
||||
sudo cp ../conf/backend/config-imap.php $final_path/backend/imap/config.php
|
||||
|
||||
fi
|
||||
|
||||
# Create directory
|
||||
|
@ -68,4 +71,3 @@ sudo yunohost app setting z-push skipped_uris -v "/"
|
|||
# Reload Nginx and regenerate SSOwat conf
|
||||
sudo service nginx reload
|
||||
sudo yunohost app ssowatconf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue