1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/abantecart_ynh.git synced 2024-09-03 18:06:16 +02:00

Update upgrade

This commit is contained in:
myprivacyisgone 2022-01-18 22:46:42 +08:00
parent 38e4462150
commit 2434dd6f00

View file

@ -99,6 +99,8 @@ chown -R $app:www-data "$final_path"
find $final_path/www -type d -exec chmod 755 {} \;
find $final_path/www -type f -exec chmod 644 {} \;
ln -s $final_path/git_src/public_html $final_path/www
#=================================================
# MYSQL CONFIGURATION
#=================================================