From bb60d19975f884b1bb88fcb23a96a111b16a05f4 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Wed, 16 Feb 2022 14:47:19 -0500 Subject: [PATCH] setting expectations --- scripts/service_controls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/service_controls.php b/scripts/service_controls.php index 6f26c1d..8a14c8f 100644 --- a/scripts/service_controls.php +++ b/scripts/service_controls.php @@ -90,7 +90,7 @@ if(isset($_POST['submit'])){ $command = $_POST['submit']; if($command == 'restart_services.sh'){ $str= "

Restarting Services

-

Please wait 60 seconds

"; +

Please wait 60-90 seconds

"; echo str_pad($str, 4096); ob_flush(); flush();