1
0
Fork 0
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:
Thomas 2023-03-03 08:43:06 +01:00 committed by GitHub
parent 0839ee1065
commit 28aec957b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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