diff --git a/home/local/bin/scripts/powermenu.sh b/home/local/bin/scripts/powermenu.sh index 06513db..b31702c 100644 --- a/home/local/bin/scripts/powermenu.sh +++ b/home/local/bin/scripts/powermenu.sh @@ -49,6 +49,6 @@ case ${chosen} in confirm_run 'systemctl reboot' ;; $option_5) - confirm_run 'ssytemctl poweroff' + confirm_run 'systemctl poweroff' ;; -esac \ No newline at end of file +esac