src/klish-plugin-infix: change shell from /bin/sh to /bin/bash

Most defconfigs have Bash enabled, those that do not will have the
BusyBox symlink to ash.

This fixes the completion isses we've seen with initctl.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-11-13 10:28:47 +01:00
committed by Mattias Walström
parent ab799c0622
commit 54ae8aaf8b
+1 -1
View File
@@ -137,7 +137,7 @@
</COMMAND>
<COMMAND name="shell" help="Enter system shell">
<ACTION sym="script" in="tty" out="tty" interrupt="true">/bin/sh -l</ACTION>
<ACTION sym="script" in="tty" out="tty" interrupt="true">/bin/bash -l</ACTION>
</COMMAND>
<COMMAND name="exit" help="Exit">