1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00
This commit is contained in:
Éric Gaspar 2023-09-09 15:17:14 +02:00
parent 98e96698b7
commit 6317e6e6e8
2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@ chmod 400 "$final_path/config/packages/local.yaml"
chown $app:$app "$final_path/config/packages/local.yaml"
# Configure environement
ynh_add_config --template="../conf/.env.$database" --destination="$final_path/.env"
ynh_add_config --template="../conf/.env" --destination="$final_path/.env"
chmod 400 "$final_path/.env"
chown $app:$app "$final_path/.env"

View file

@ -180,7 +180,7 @@ chmod 400 "$final_path/config/packages/local.yaml"
chown $app:$app "$final_path/config/packages/local.yaml"
# Configure environement
ynh_add_config --template="../conf/.env.$database" --destination="$final_path/.env"
ynh_add_config --template="../conf/.env" --destination="$final_path/.env"
chmod 400 "$final_path/.env"
chown $app:$app "$final_path/.env"