dalarso
Does your /root/.bashrc
have this at the top?
[ -z "$PS1" ] && return
If not, add it, then run:
source /root/.bashrc
and try again.
If it’s still not working, open /root/.bashrc
, find this line at the bottom:
ecp info
Remove it, then run:
source /root/.bashrc
and test again.