Switch to port 80.
This commit is contained in:
parent
5e13684e5d
commit
5ca2c7caf3
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
print "Making sure " + options.pkghost + " is available..."
|
print "Making sure " + options.pkghost + " is available..."
|
||||||
try:
|
try:
|
||||||
sshsock = socket.create_connection((options.pkghost, 22))
|
sshsock = socket.create_connection((options.pkghost, 80))
|
||||||
sshsock.close()
|
sshsock.close()
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print options.pkghost + " unavailable."
|
print options.pkghost + " unavailable."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue