<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello,<div>i've appended the below to /etc/bashrc, which is causing an error once i try to rsync using ssh to this specific box.</div><div>any idea how to prevent bashrc to execute the below to a no login shell ? or any other advice for that matter.</div><div><br></div><div><br></div><div><br></div><div><div>if [ $(id -u) -eq 0 ];</div><div>then # you are root</div><div>echo "###############################################"</div><div>echo "### You are now working as ROOT.            ###"</div><div>echo "### Pay attention to what you type.         ###"</div><div>echo "###############################################" </div><div>PS1="\\[$(tput setaf 1)\\]\\u@\\h:\\w #\\[$(tput sgr0)\\]"</div><div>else # nothing to do</div><div>echo</div><div>echo " ###########################################################"</div><div>echo "Welcome $(whoami), here's something to start your day with:"</div><div>echo</div><div>echo   `sh /etc/lines.sh /etc/quotes.txt`</div><div>echo " ############################################################"</div><div>echo</div><div> PS1="[\\u@\\h:\\w] $"</div><div>fi</div></div><div><br></div><div><br></div><div><br></div>                                      </body>
</html>