Added timezone output

This commit is contained in:
WGOS 2019-10-25 22:22:20 +03:00
parent 64ea65e54c
commit 3cb9ed0723

View File

@ -1,9 +1,9 @@
#!/bin/bash
cd /home/container
# Print information
echo "Running on Debian $(cat /etc/debian_version)"
# Output Current Java Version
echo "Current timezone is: $(cat /etc/timezone)"
java -version
# Make internal Docker IP address available to processes.
@ -14,4 +14,4 @@ MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g'
echo ":/home/container$ ${MODIFIED_STARTUP}"
# Run the Server
eval ${MODIFIED_STARTUP}
eval ${MODIFIED_STARTUP}