From 7a4880c7fdf8f921031c033fb9bb9f5767a21a85 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Tue, 31 Mar 2026 12:01:04 +0200 Subject: [PATCH] docs: echo success message when new config is generated --- init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.sh b/init.sh index 758e473..459cd42 100755 --- a/init.sh +++ b/init.sh @@ -9,3 +9,5 @@ echo "" > resp_headers.txt echo "{}" > req_body.json echo "{}" > resp_body.json echo "{}" > req_headers.json + +echo "New configuration created"