1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/huginn_ynh.git synced 2024-09-03 19:26:13 +02:00
This commit is contained in:
Éric Gaspar 2023-10-28 18:10:00 +02:00 committed by Félix Piédallu
parent 184f6b18f3
commit 803b934be3
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ ynh_script_progression --message="Updating a configuration file..."
#domain=$new_domain
#path=$new_path
ynh_add_config --template="../conf/.env.example" --destination="$install_dir/.env"
ynh_add_config --template=".env.example" --destination="$install_dir/.env"
chmod 400 "$install_dir/.env"
chown $app:$app "$install_dir/.env"

View file

@ -53,7 +53,7 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Adding a configuration file..."
ynh_add_config --template="../conf/.env.example" --destination="$install_dir/.env"
ynh_add_config --template=".env.example" --destination="$install_dir/.env"
chmod 400 "$install_dir/.env"
chown $app:$app "$install_dir/.env"