Update server-show.page.ts

This commit is contained in:
Drew Ansbacher
2022-01-19 16:56:46 -07:00
committed by Aiden McClelland
parent 0809ff9f57
commit 199ce9a56f

View File

@@ -70,7 +70,7 @@ export class ServerShowPage {
}
async presentAlertHardRestart () {
const minutes = Object.keys(this.patch.data['package-data']).length
const minutes = Object.keys(this.patch.data['package-data']).length * 2
const alert = await this.alertCtrl.create({
header: 'Warning',
message: `Do not hard restart unless your Embassy is in a corrupt state or you have been instructed by a Start9 support representitive. This process may take up to ${minutes} minutes.`,