1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tandoor_ynh.git synced 2024-09-03 20:35:56 +02:00
This commit is contained in:
navanchauhan 2022-08-06 17:33:21 -04:00
parent 94dc3e5711
commit ed60182841

View file

@ -128,7 +128,7 @@ ynh_script_progression --message="Adding a configuration file..." --time --weigh
ynh_add_config --template=".env.template" --destination="$final_path/.env"
chmod 400 "$final_path.env"
chmod 400 "$final_path/.env"
chown $app:$app "$final_path/.env"
#=================================================