Skip to content

Commit

Permalink
fix Restart and Shutdown countdown visual repainting #47
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrux committed May 7, 2024
1 parent ce12945 commit a2e1f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ucaresystem-core
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ function SHUT_DOWN {
echo "Shutting down as you requested"
echo "##############################"
echo
MESSAGE="uCareSystem will shutdown your system"
MESSAGE="Shuting down"
COUNTDOWN $duration
sudo shutdown now
}
Expand All @@ -432,7 +432,7 @@ function RE_BOOT {
echo "Rebooting as you requested"
echo "##########################"
echo
MESSAGE="uCareSystem will reboot your system"
MESSAGE="Rebooting"
COUNTDOWN $duration
sudo reboot
## End of script
Expand Down

0 comments on commit a2e1f0c

Please sign in to comment.