Update Debian/CPU Governor/setup.sh
Added sleep to enhance visibility of last status messages
This commit is contained in:
parent
4e1c3a12f5
commit
5482bc1aa9
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user