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
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue