1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-10-04 22:43:28 +02:00
parent b50173cd59
commit 9d6bfd2eec
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -144,16 +144,6 @@ ynh_script_progression --message="Updating PHP dependencies..."
chown -R $app $final_path
ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$final_path"
#=================================================
# MODIFY A CONFIG FILE
#=================================================
# ynh_script_progression --message="Modifying a config file..."
# ynh_add_config --template="../conf/.env" --destination="$final_path/.env"
# chmod 400 "$final_path/.env"
# chown $app "$final_path/.env"
#=================================================
# DEPLOYMENT
#=================================================