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:
parent
15bec65cba
commit
cafcda7efa
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue