Skip to content

Commit

Permalink
Merge pull request #98 from linuxserver/glitch-init-version
Browse files Browse the repository at this point in the history
Print version on init
  • Loading branch information
thespad authored Jun 30, 2024
2 parents 2a48407 + 0ff7725 commit e26b4ce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion root/etc/s6-overlay/s6-rc.d/init-adduser/run
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,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
Expand Down

0 comments on commit e26b4ce

Please sign in to comment.