Fix typo in system-power-menu.sh

This commit is contained in:
Alexander Rosenberg 2023-11-16 03:07:50 -08:00
parent c4b2f0adea
commit 0792b6c0e1
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -12,6 +12,6 @@ case "${choice}" in
poweroff
;;
1)
restart
reboot
;;
esac