mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-10-10 04:32:55 +02:00
remove jq and beautify last line
This commit is contained in:
3
utils/docker-debian10.tls13only.start.sh
Normal file → Executable file
3
utils/docker-debian10.tls13only.start.sh
Normal file → Executable file
@ -23,7 +23,8 @@ docker exec -ti $ID service nginx start
|
||||
docker exec -ti $ID service nginx status
|
||||
# P Q
|
||||
|
||||
docker inspect $ID | jq -r '.[].NetworkSettings.IPAddress'
|
||||
echo
|
||||
echo "You may now run \"testssl.sh $(docker inspect $ID --format '{{.NetworkSettings.IPAddress}}')\""
|
||||
|
||||
exit 0
|
||||
|
||||
|
Reference in New Issue
Block a user