mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
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:
committed by
Mattias Walström
parent
ab799c0622
commit
54ae8aaf8b
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user