cptactionhank / docker-netatalk

Docker container running Netatalk
https://hub.docker.com/r/cptactionhank/netatalk/
MIT License
134 stars 75 forks source link

Use commands which work both on OSX and Linux #6

Closed rrva closed 8 years ago

rrva commented 8 years ago

id --user only works on Linux id -u works on both OSX and Linux

Same for id -g

cptactionhank commented 8 years ago

Sorry about that. I always prefer to see long-opts when writing scripts or something others would read