Mark server as not transferring after archive failure
This commit is contained in:
parent
bf554e8ed2
commit
d3ddf8cf39
|
@ -129,6 +129,9 @@ func postServerArchive(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
// Mark the server as not being transferred so it can actually be used.
|
||||
s.SetTransferring(false)
|
||||
|
||||
s.Events().Publish(server.TransferStatusEvent, "failure")
|
||||
|
||||
sendTransferLog("Attempting to notify panel of archive failure..")
|
||||
|
|
Loading…
Reference in New Issue
Block a user