mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
fix permissions
This commit is contained in:
parent
53605f56ab
commit
0839ee1065
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ ynh_add_config --template="../conf/.env.production" --destination="$install_dir/
|
|||
chmod 600 $install_dir/.env
|
||||
chown $app: "$install_dir/.env"
|
||||
|
||||
chown -R $app: /var/log/$app/
|
||||
|
||||
set -a; source "$install_dir/.env"; set +a
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue