mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
Update upgrade
Give write permission to owner for .env
This commit is contained in:
parent
61860e93a4
commit
434c411d87
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ then
|
|||
|
||||
ynh_add_config --template="default.env" --destination="$install_dir/.env"
|
||||
|
||||
chmod 400 "$install_dir/.env"
|
||||
chmod 600 "$install_dir/.env"
|
||||
chown $app:$app "$install_dir/.env"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue