mirror of https://github.com/apache/cloudstack.git
No need to tream "return" char twice
This commit is contained in:
parent
56c8fe637e
commit
f40d21a80f
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue