boxboat/fixuid

ID lacks trailing quote in some log messages

bdenckla-ua opened this issue · 0 comments

This is just cosmetic. There are two log messages (one for UID, one for GID) that present the ID with a leading (opening) single quote but no trailing (closing) single quote. I assume this is not intended.

logInfo("updating user '" + containerUser + "' to UID '" + runtimeUID)
logInfo("updating group '" + containerGroup + "' to GID '" + runtimeGID)