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:
parent
cddb5f6d9d
commit
2b97b7f45d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue