mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 17:17:28 -04:00
Adjust genuser.sh
- add more logging - retrieve docker repo and version tag from .env - only use specified repo / version for download image - allow for user interrupt
This commit is contained in:
3
docker/tpotinit/dist/bin/genuser.sh
vendored
3
docker/tpotinit/dist/bin/genuser.sh
vendored
@ -13,6 +13,9 @@ __ __ _ _ _ [ T-Pot ]
|
||||
EOF
|
||||
)
|
||||
|
||||
# Add trap to ensure SIGINT, SIGTERM works
|
||||
trap 'echo; echo; echo "# User interrupt. Exiting."; exit 1' SIGINT
|
||||
|
||||
# Generate T-Pot WebUser
|
||||
echo "$myPW"
|
||||
echo
|
||||
|
Reference in New Issue
Block a user