diff --git a/scripts/install b/scripts/install index f8eb70e..4cdebd1 100755 --- a/scripts/install +++ b/scripts/install @@ -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" #=================================================