From 5482bc1aa9b597e93b084ac617cc739cc1b06544 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sat, 10 Aug 2024 01:16:47 +0200 Subject: [PATCH] Update Debian/CPU Governor/setup.sh Added sleep to enhance visibility of last status messages --- Debian/CPU Governor/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Debian/CPU Governor/setup.sh b/Debian/CPU Governor/setup.sh index a6d5e71..58702ae 100644 --- a/Debian/CPU Governor/setup.sh +++ b/Debian/CPU Governor/setup.sh @@ -35,10 +35,13 @@ fi TERM=ansi whiptail --title "Info" --infobox "Enabling governor at startup." 7 35 systemctl daemon-reload +sleep 1 TERM=ansi whiptail --title "Info" --infobox "Enabling governor at startup.." 7 35 systemctl enable cpu-governor +sleep 1 TERM=ansi whiptail --title "Info" --infobox "Enabling governor at startup..." 7 35 systemctl start cpu-governor +sleep 1 TERM=ansi whiptail --title "Info" --msgbox "Setup finished!" 8 19 cls \ No newline at end of file