We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Debian overrides the prompt by setting PS1 variable in /etc/bash.bashrc
/etc/bash.bashrc
A possible solution:
diff /etc/bash.bashrc /etc/bash.bashrc.orig 20a21 > if ! [[ "${PS1}" =~ "Warewulf" ]]; then 21a23 > fi
In Ubuntu also /root/.bashrc is overriding PS1, and it will need to have additional modifications similar to /etc/bash.bashrc
/root/.bashrc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Debian overrides the prompt by setting PS1 variable in
/etc/bash.bashrc
A possible solution:
In Ubuntu also
/root/.bashrc
is overriding PS1, and it will need to have additional modifications similar to/etc/bash.bashrc
The text was updated successfully, but these errors were encountered: