We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171a4c3 commit 868fbe3Copy full SHA for 868fbe3
1 file changed
lib/takeover/web.py
@@ -301,7 +301,7 @@ def webInit(self):
301
else:
302
continue
303
304
- self.webBackdoorUrl = "%s/%s" % (self.webBaseUrl, backdoorName)
+ self.webBackdoorUrl = "%s/%s" % (self.webBaseUrl.rstrip('/'), backdoorName)
305
self.webDirectory = localPath
306
307
infoMsg = "the backdoor has probably been successfully "
0 commit comments