summary refs log tree commit diff
path: root/bin/rcmenu
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rcmenu')
-rwxr-xr-xbin/rcmenu4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rcmenu b/bin/rcmenu
index 976afe7..223d597 100755
--- a/bin/rcmenu
+++ b/bin/rcmenu
@@ -34,7 +34,7 @@ __handle() {
 		state=$(printf "%s" "${line}" | awk '{print $2}')
 
 		case "$state" in
-		up)
+		up | \[bundle\])
 			msg=$(doas -n s6-rc -v2 -d change "$sv")
 			if [ $menu_exitcode -eq 18 ]; then
 				action=stopp
@@ -45,7 +45,7 @@ __handle() {
 			fi
 			;;
 
-		down | \[bundle\])
+		down)
 			action=start
 			msg=$(doas -n s6-rc -v2 -u change "$sv")
 			;;