Update Debian/CPU Governor/setup.sh

Added sleep to enhance visibility of last status messages
This commit is contained in:
b.waal 2024-08-10 01:16:47 +02:00
parent 4e1c3a12f5
commit 5482bc1aa9

View File

@ -35,10 +35,13 @@ fi
TERM=ansi whiptail --title "Info" --infobox "Enabling governor at startup." 7 35 TERM=ansi whiptail --title "Info" --infobox "Enabling governor at startup." 7 35
systemctl daemon-reload systemctl daemon-reload
sleep 1
TERM=ansi whiptail --title "Info" --infobox "Enabling governor at startup.." 7 35 TERM=ansi whiptail --title "Info" --infobox "Enabling governor at startup.." 7 35
systemctl enable cpu-governor systemctl enable cpu-governor
sleep 1
TERM=ansi whiptail --title "Info" --infobox "Enabling governor at startup..." 7 35 TERM=ansi whiptail --title "Info" --infobox "Enabling governor at startup..." 7 35
systemctl start cpu-governor systemctl start cpu-governor
sleep 1
TERM=ansi whiptail --title "Info" --msgbox "Setup finished!" 8 19 TERM=ansi whiptail --title "Info" --msgbox "Setup finished!" 8 19
cls cls