1
0
Fork 0
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:
abeudin 2014-12-30 20:32:39 +01:00
parent 7a1bc14448
commit 44af11c382

View file

@ -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