Output image version on init if present

This commit is contained in:
thespad 2024-05-23 16:44:32 +01:00
parent 8977d49890
commit e3f8dccb3c
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -24,8 +24,13 @@ GID/UID
echo "
User UID: $(id -u abc)
User GID: $(id -g abc)
───────────────────────────────────────"
if [[ -f /build_version ]]; then
cat /build_version
echo '
───────────────────────────────────────
"
'
fi
lsiown abc:abc /app
lsiown abc:abc /config