mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Cleaning
This commit is contained in:
parent
d8b2442e6f
commit
b991341119
1 changed files with 2 additions and 3 deletions
|
@ -91,6 +91,7 @@ sudo php cli_install.php install \
|
||||||
--admin_path=admin
|
--admin_path=admin
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
sudo rm -rf /var/www/$app/install/
|
||||||
|
|
||||||
# file owned by www-data before checking permissions
|
# file owned by www-data before checking permissions
|
||||||
sudo chown www-data:www-data $final_path -R
|
sudo chown www-data:www-data $final_path -R
|
||||||
|
@ -121,8 +122,6 @@ then
|
||||||
ynh_app_setting_set "$app" unprotected_uris "/"
|
ynh_app_setting_set "$app" unprotected_uris "/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo rm -rf /var/www/$app/install/
|
|
||||||
|
|
||||||
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…
Add table
Reference in a new issue