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

mk cache dir
This commit is contained in:
Django 2020-04-12 18:48:09 -04:00 committed by GitHub
parent cafcda7efa
commit 972c3d0718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,8 +84,10 @@ 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 $final_path/cache
sudo chmod -R 777 $final_path/store
sudo mkdir $final_path/addon
sudo mkdir $final_path/cache
sudo chmod -R 777 $final_path/cache
ynh_setup_source "$final_path/addon" "app_addons"