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:18:11 +02:00
parent e44902d41e
commit a56c600449
3 changed files with 2 additions and 2 deletions

View file

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

View file

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