mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
Update upgrade
This commit is contained in:
parent
aaf24178b8
commit
0e87f329cd
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ yunohost service add $app --description="Workflow Automation Tool" --log="/var/l
|
|||
#=================================================
|
||||
ynh_script_progression --message="Upgrade a configuration file..." --weight=1
|
||||
|
||||
ynh_add_config --template="../conf/.env" --destination="$install_dir/.env"
|
||||
ynh_add_config --template=".env" --destination="$install_dir/.env"
|
||||
|
||||
chmod 400 "$install_dir/.env"
|
||||
chown $app:$app "$install_dir/.env"
|
||||
|
|
Loading…
Add table
Reference in a new issue