Fix typo in system-power-menu.sh

This commit is contained in:
2023-11-16 03:07:50 -08:00
parent c4b2f0adea
commit 0792b6c0e1

View File

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