-
Notifications
You must be signed in to change notification settings - Fork 54
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
[bug] .bashrc updated in wrong user #212
Comments
Here's the culprit:
|
I don't get what the issue is in this bug :) |
The gist is, if you're using a user other than centos -- which works for 90% of the time, if you've brought your own deployment that doesn't have a centos user, this doesn't follow the construct we use elsewhere. e.g. in this line in a defaults file it reads a static:
Whereas in other files, such as this example, we use something like:
So if you are using a different user -- you'll never be able to issue a |
Would you suggest we just drop the use of This is used in a few spots (just doing a quick
|
I think that'd probably work great, I think the |
Bashrc is being updated in the /home/centos user every time, likely it's missing the variable.
The text was updated successfully, but these errors were encountered: