1
0
Fork 0
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:
yalh76 2020-08-08 20:49:39 +02:00
commit e02bad6af7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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