mirror of https://github.com/apache/cloudstack.git
VPC : password reset fix
This commit is contained in:
parent
1946a9a583
commit
e44d306dd9
|
|
@ -4,7 +4,7 @@ ip=$1
|
|||
result=$ip
|
||||
while [ -n "$result" ]
|
||||
do
|
||||
socat -lf /var/log/cloud.log TCP4-LISTEN:8080,reuseaddr,crnl,bind=$ip SYSTEM:"/opt/cloud/bin/serve_password.sh"
|
||||
socat -lf /var/log/cloud.log TCP4-LISTEN:8080,reuseaddr,crnl,bind=$ip SYSTEM:"/opt/cloud/bin/serve_password.sh \"\$SOCAT_PEERADDR\""
|
||||
rc=$?
|
||||
if [ $rc -ne 0 ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in New Issue