Update install

This commit is contained in:
ericgaspar 2022-03-27 13:31:50 +02:00
parent 7ab53230a4
commit 0f93e5f7f5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -133,7 +133,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template="../conf/.env" --destination="$final_path/.env"
chmod 400 "$final_path/$final_path/.env"
chmod 400 "$final_path/.env"
chown $app:$app "$final_path/.env"
#==============================================