mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
fix logrotate config, fix version
This commit is contained in:
5
docker/tpotinit/dist/entrypoint.sh
vendored
5
docker/tpotinit/dist/entrypoint.sh
vendored
@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION="T-Pot $(cat /opt/tpot/version)"
|
||||
COMPOSE="/tmp/tpot/docker-compose.yml"
|
||||
|
||||
# Check for compatible OSType
|
||||
@ -23,7 +22,7 @@ fi
|
||||
if [ -f "/data/uuid" ];
|
||||
then
|
||||
figlet "Initializing ..."
|
||||
figlet "${VERSION}"
|
||||
figlet "T-Pot: ${TPOT_VERSION}"
|
||||
echo
|
||||
echo "# Data folder is present, just cleaning up, please be patient ..."
|
||||
echo
|
||||
@ -31,7 +30,7 @@ if [ -f "/data/uuid" ];
|
||||
echo
|
||||
else
|
||||
figlet "Setting up ..."
|
||||
figlet "${VERSION}"
|
||||
figlet "T-Pot: ${TPOT_VERSION}"
|
||||
echo
|
||||
echo "# Checking for default user."
|
||||
if [ "${WEB_USER}" == "change:me" ];
|
||||
|
Reference in New Issue
Block a user