mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
Fix upgarde
This commit is contained in:
parent
a554f8c5a6
commit
3f17e91e2f
2 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,7 @@ location __PATH__/ {
|
|||
proxy_buffering off;
|
||||
|
||||
### Example PHP configuration (remove it if not used)
|
||||
index index.php;
|
||||
#index index.php;
|
||||
|
||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
#client_max_body_size 50M;
|
||||
|
|
|
@ -77,7 +77,8 @@ path_url=$(ynh_normalize_url_path $path_url)
|
|||
systemctl stop $app
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src#
|
||||
ynh_setup_source "$final_path"
|
||||
#ynh_setup_source "$final_path"
|
||||
(cd $final_path && git pull)
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue