mirror of
https://github.com/YunoHost-Apps/zap_ynh.git
synced 2024-09-03 20:36:07 +02:00
Update upgrade
This commit is contained in:
parent
972c3d0718
commit
d999c7d1e2
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,6 @@ sudo cp -a "$tmpdir/php.log" "${final_path}"
|
|||
sudo rm -Rf "$tmpdir"
|
||||
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"
|
||||
|
||||
|
||||
|
@ -151,6 +149,8 @@ sudo cp ../conf/poller-cron /etc/cron.d/$app
|
|||
ynh_print_info "Upgrading dependencies..."
|
||||
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
sudo mkdir $final_path/cache
|
||||
sudo chmod -R 777 $final_path/cache
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
Loading…
Add table
Reference in a new issue