1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Implement new ynh_add_config

This commit is contained in:
yalh76 2020-08-08 20:49:19 +02:00
parent cddb5f6d9d
commit 2b97b7f45d
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ ynh_add_systemd_config --others_var="mongodb_servicename ynh_node"
ynh_script_progression --message="Modifying a config file..."
# Create a dedicated .env config
ynh_add_config
ynh_add_config --template=".env" --destination="$final_path/.env"
#=================================================
# GENERIC FINALIZATION

View file

@ -197,7 +197,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path"
ynh_script_progression --message="Modifying a config file..."
# Create a dedicated .env config
ynh_add_config
ynh_add_config --template=".env" --destination="$final_path/.env"
#=================================================
# SETUP SYSTEMD