mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Update server-show.page.ts
This commit is contained in:
committed by
Aiden McClelland
parent
0809ff9f57
commit
199ce9a56f
@@ -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.`,
|
||||
|
||||
Reference in New Issue
Block a user