Change newserver to a link to server_date_time in deploySICS
This commit is contained in:
@@ -96,7 +96,7 @@ def load_manifest(theManifest):
|
||||
right = right[len(assignment_map["DESTDIR"]):]
|
||||
while right.startswith("/"):
|
||||
right = right[1:]
|
||||
prefix = "newserver/"
|
||||
prefix = right.split("/", 1)[0] + "/" #"newserver/"
|
||||
if right.startswith(prefix):
|
||||
right = right[len(prefix):]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user