mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
fix
This commit is contained in:
parent
98e96698b7
commit
6317e6e6e8
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue