Skip to content

Commit c597894

Browse files
committed
bug fix: Remove strict ping check for remote backups [AWS]
1 parent ca6c733 commit c597894

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plogical/remoteTransferUtilities.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@ def remoteTransfer(ipAddress, dir, accountsToTransfer):
9090
pass
9191
else:
9292
writeToFile.writelines("[" + time.strftime(
93-
"%I-%M-%S-%a-%b-%Y") + "]" + " Host:" + ipAddress + " is down, aborting. [5010]" + "\n")
93+
"%I-%M-%S-%a-%b-%Y") + "]" + " Host:" + ipAddress + " could be down, we are continuing..." + "\n")
9494
writeToFile.close()
95-
return
9695

9796
writeToFile.close()
9897

plogical/virtualHostUtilities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def issueSSL(virtualHost, path, adminEmail):
261261

262262
if retValues[0] == 0:
263263
print "0," + str(retValues[1])
264+
logging.CyberCPLogFileWriter.writeToFile(str(retValues[1]))
264265
return 0, str(retValues[1])
265266

266267
installUtilities.installUtilities.reStartLiteSpeed()

0 commit comments

Comments
 (0)