mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
Update upgrade
This commit is contained in:
parent
5866fcebd7
commit
9933bfadc0
1 changed files with 4 additions and 4 deletions
|
@ -133,10 +133,10 @@ ynh_add_fpm_config --package="$extra_php_dependencies"
|
||||||
# MODIFY A CONFIG FILE
|
# MODIFY A CONFIG FILE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
# if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
# then
|
||||||
ynh_add_config --template="../conf/default.env" --destination="$final_path/.env"
|
# ynh_add_config --template="../conf/default.env" --destination="$final_path/.env"
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# UPGRADE DATABASE
|
# UPGRADE DATABASE
|
||||||
|
|
Loading…
Reference in a new issue