No need to tream "return" char twice

This commit is contained in:
alena 2011-06-13 10:53:42 -07:00
parent 56c8fe637e
commit f40d21a80f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ do
if [ $? -eq 0 ]
then
logger -t "cloud" "Got response from server at $PASSWORD_SERVER_IP"
password=$(echo $password | tr -d '\r')
case $password in
"") logger -t "cloud" "Password server at $PASSWORD_SERVER_IP did not have any password for the VM"