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:
parent
9bf91d3f0c
commit
9aa8f83a9e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue