1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/abantecart_ynh.git synced 2024-09-03 18:06:16 +02:00
This commit is contained in:
polytan02 2017-02-24 19:27:09 +00:00
parent d8b2442e6f
commit b991341119

View file

@ -90,7 +90,8 @@ sudo php cli_install.php install \
--db_prefix=_ac_ \
--admin_path=admin
popd
sudo rm -rf /var/www/$app/install/
# file owned by www-data before checking permissions
sudo chown www-data:www-data $final_path -R
@ -121,8 +122,6 @@ then
ynh_app_setting_set "$app" unprotected_uris "/"
fi
sudo rm -rf /var/www/$app/install/
sudo service php5-fpm reload
sudo service nginx reload
sudo yunohost app ssowatconf