diff --git a/system/switch-to-configuration.sh b/system/switch-to-configuration.sh index 206ac29d8125..f3b61ded26a9 100644 --- a/system/switch-to-configuration.sh +++ b/system/switch-to-configuration.sh @@ -73,7 +73,7 @@ if test "$action" = "switch" -o "$action" = "test"; then # Hack: skip the sys-* and ctrl-alt-delete events. # Another hack: don't restart the X server (that would kill all the clients). - if echo "$event" | grep -q "^sys-\|^ctrl-|^xserver"; then continue; fi + if echo "$event" | grep -q "^sys-\|^ctrl-\|^xserver"; then continue; fi if ! test -e "$oldEvents/$event"; then echo "starting $event..."