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

This commit is contained in:
Django 2020-04-12 18:55:29 -04:00 committed by GitHub
parent 972c3d0718
commit d999c7d1e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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