mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Merge branch 'nodejs' into mongodb_auth
This commit is contained in:
commit
e02bad6af7
2 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,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
|
||||
|
|
|
@ -198,7 +198,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…
Add table
Reference in a new issue