mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Use correct exit
This commit is contained in:
@@ -39,6 +39,6 @@ case "$gpu_mode" in
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
notify-send " Hybrid GPU" "Hybrid GPU not found or in unknown mode."
|
notify-send " Hybrid GPU" "Hybrid GPU not found or in unknown mode."
|
||||||
return 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user