mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Fix upgrade
This commit is contained in:
parent
3480f35c3e
commit
f2209f567a
1 changed files with 3 additions and 3 deletions
|
@ -89,9 +89,9 @@ chown -R $app:www-data "$final_path"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Installing service script..." --weight=1
|
ynh_script_progression --message="Installing service script..." --weight=1
|
||||||
|
|
||||||
#ynh_add_config --template="../conf/.env.production" --destination="$final_path/.env"
|
ynh_add_config --template="../conf/.env.production" --destination="$final_path/.env"
|
||||||
#chmod 600 $final_path/.env
|
chmod 600 $final_path/.env
|
||||||
#chown $app:www-data "$final_path/.env"
|
chown $app:www-data "$final_path/.env"
|
||||||
|
|
||||||
set -a; source "$final_path/.env"; set +a
|
set -a; source "$final_path/.env"; set +a
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue