mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Update install
This commit is contained in:
parent
d0fb9be991
commit
2b3fa1a899
1 changed files with 13 additions and 0 deletions
|
@ -96,6 +96,19 @@ ynh_secure_remove $final_path/install.txt
|
|||
mv $final_path/public_html/* $final_path/
|
||||
ynh_secure_remove $final_path/public_html
|
||||
|
||||
pushd final_path
|
||||
chmod 0755 system/config.php
|
||||
chmod 0755 system/
|
||||
chmod 0755 system/cache/
|
||||
chmod 0755 system/logs/
|
||||
chmod 0755 image/
|
||||
chmod 0755 image/thumbnails/
|
||||
chmod 0755 download/
|
||||
chmod 0755 extensions/
|
||||
chmod 0755 admin/system/backup/
|
||||
chmod 0755 resources/
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
# CLI installation
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue