1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zap_ynh.git synced 2024-09-03 20:36:07 +02:00

Update upgrade

cache dir permissions
This commit is contained in:
Django 2020-04-12 18:35:55 -04:00 committed by GitHub
parent 15bec65cba
commit cafcda7efa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ sudo cp -a "$tmpdir/store" "${final_path}"
sudo cp -a "$tmpdir/.htconfig.php" "${final_path}"
sudo cp -a "$tmpdir/php.log" "${final_path}"
sudo rm -Rf "$tmpdir"
sudo chmod -R 777 $final_path/store
sudo chmod -R 777 $final_path/store $final_path/cache
sudo mkdir $final_path/addon
ynh_setup_source "$final_path/addon" "app_addons"