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:38:22 +02:00 committed by GitHub
parent 9aa8f83a9e
commit a0d263d497
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ ynh_script_progression --message="Upgrading 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"
#=================================================