Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sandstorm status command is misleading when run as the wrong user #51

Closed
kpreid opened this issue Jul 20, 2014 · 0 comments
Closed

sandstorm status command is misleading when run as the wrong user #51

kpreid opened this issue Jul 20, 2014 · 0 comments

Comments

@kpreid
Copy link

kpreid commented Jul 20, 2014

$ sandstorm status
Sandstorm is not running.
$ sudo sandstorm status
Sandstorm is running; PID = 4017
$ sudo -u sandstorm sandstorm status
Sandstorm is running; PID = 4017

The sandstorm status command should not report incorrect information when it is run as the wrong user. Preferably, it should display the correct information, but if that is not possible, it should report an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant