mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update install
This commit is contained in:
parent
0839ee1065
commit
28aec957b2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ 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/
|
||||
chown -R $app: "$install_dir"
|
||||
|
||||
set -a; source "$install_dir/.env"; set +a
|
||||
|
||||
|
|
Loading…
Reference in a new issue