mirror of
https://github.com/YunoHost-Apps/zap_ynh.git
synced 2024-09-03 20:36:07 +02:00
Update install
permission issue on cache/smarty3
This commit is contained in:
parent
39c03e1e10
commit
15bec65cba
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ ynh_setup_source "$final_path/addon" "app_addons"
|
|||
# 3 - Some extra folders
|
||||
ynh_print_info "Creating smarty3 folder for personal data..."
|
||||
sudo mkdir -p "${final_path}/store/[data]/smarty3"
|
||||
sudo chmod -R 777 $final_path/store
|
||||
sudo chmod -R 777 $final_path/store $final_path/cache
|
||||
|
||||
# Import database schema
|
||||
ynh_print_info "Importing database..."
|
||||
|
|
Loading…
Add table
Reference in a new issue