mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
Added "packagedate" to see the source pull date
This commit is contained in:
parent
d56d2eb961
commit
77518f5a24
@ -1,6 +1,8 @@
|
||||
# Changelog
|
||||
## 2021-04-12
|
||||
- Added "packagedate" to see when the source was pulled in the logfiles
|
||||
## 2021-03-29
|
||||
- Added internal port functionality, see #68
|
||||
- Added internal port functionality, see #69
|
||||
## 2021-03-03
|
||||
- Fixed #58
|
||||
- Upgraded Alpine version from 3.12 to 3.13
|
||||
|
@ -7,6 +7,8 @@ cd /deemix
|
||||
|
||||
HOME=/deem
|
||||
|
||||
printf '%-50s %2s %-5s \n' "[cont-init.d] Package Build Date" ":" "$(cat /deemix/packagedate)"
|
||||
|
||||
if [ ! -z ${INTPORT} ]; then
|
||||
port=$INTPORT
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user