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:
Éric Gaspar 2024-06-03 18:23:56 +02:00
parent 37178f8788
commit e403a39910
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ name = "Abantecart"
description.en = "Open source ecommerce platform to power online retail"
description.fr = "Plateforme de commerce électronique pour la vente au détail en ligne"
version = "1.3.4~ynh2"
version = "1.3.4~ynh3"
maintainers = []

View file

@ -25,6 +25,7 @@ chown -R $app:www-data "$install_dir"
find $install_dir/www -type d -exec chmod 755 {} \;
find $install_dir/www -type f -exec chmod 644 {} \;
ynh_secure_remove --file="$install_dir/www/public_html"
ln -s $install_dir/git_src/public_html $install_dir/www
#=================================================