docs: echo success message when new config is generated

This commit is contained in:
Victor Westerlund 2026-03-31 12:01:04 +02:00
parent 82f4938be0
commit 7a4880c7fd
Signed by: vlw
GPG key ID: 5DAF14C317AA7719

View file

@ -9,3 +9,5 @@ echo "" > resp_headers.txt
echo "{}" > req_body.json echo "{}" > req_body.json
echo "{}" > resp_body.json echo "{}" > resp_body.json
echo "{}" > req_headers.json echo "{}" > req_headers.json
echo "New configuration created"