mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
comparing 030
This commit is contained in:
committed by
Aiden McClelland
parent
baad108081
commit
6a92ed80b8
@@ -31,7 +31,7 @@ export class MaintenanceGuard implements CanActivate, CanActivateChild {
|
||||
}
|
||||
|
||||
private runServerStatusCheck (): boolean {
|
||||
if (ServerStatus.BackingUp === this.serverStatus || !this.isFullyDownloaded) {
|
||||
if (ServerStatus.BackingUp === this.serverStatus && !this.isFullyDownloaded) {
|
||||
this.router.navigate(['/maintenance'], { replaceUrl: true })
|
||||
return false
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user