1
0
Fork 0
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:
Django 2020-04-12 16:09:47 -04:00 committed by GitHub
parent 39c03e1e10
commit 15bec65cba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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..."