mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
fix
This commit is contained in:
parent
37178f8788
commit
e403a39910
2 changed files with 2 additions and 1 deletions
|
@ -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 = []
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue