DataDog / kvexpress

## Auto-archived due to inactivity. ## Go program to move data in and out of Consul's KV store.
Apache License 2.0
128 stars 13 forks source link

If not root or uid 0 - you can't chown. #83

Open darron opened 8 years ago

darron commented 8 years ago

So exit if you include -o and aren't running under sudo or root.

darron commented 8 years ago

It's not really a bug - it just won't do what you think - so we should explicitly state that during the startup of the command where this is an issue.

And since we've set it to Panic - this should probably be dealt with a little better.