ikke-t / podman-container-systemd

creates systemd files and creates containers using podman
118 stars 44 forks source link

fix user exists fail #62

Closed edenhaus closed 1 year ago

edenhaus commented 1 year ago

Sorry @ikke-t if you use root the uid is 0, which will be evaluated to false. I have forgotten to test it with root sorry

I use now the name. This field is only present if the user exists. Tested now with root and normal user

ikke-t commented 1 year ago

Thanks for fixing it.