1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00

fix permissions for env

This commit is contained in:
Thomas 2024-04-09 08:37:54 +02:00 committed by GitHub
parent 9bf91d3f0c
commit 9aa8f83a9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
# Setup application config
ynh_add_config --template=".env.example" --destination="$install_dir/.env"
chmod 644 "$install_dir/.env"
chmod 640 "$install_dir/.env"
chown $app:$app "$install_dir/.env"
#=================================================