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
e44902d41e
commit
a56c600449
3 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue