mirror of
https://github.com/richb-hanover/OpenWrtScripts.git
synced 2026-03-30 10:44:32 +02:00
fix: >x 2>x != 2>&1 >x
This commit is contained in:
parent
14705333f2
commit
af6e7bf2ec
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ display_user_packages() {
|
|||
\( -exec test -f /rom/{} \; -exec echo {} rom \; \) -o \
|
||||
\( -exec test -f /overlay/upper/{} \; -exec echo {} overlay \; \) -o \
|
||||
\( -exec echo {} unknown \; \) \
|
||||
\) | grep overlay$ | sed -e 's|.*/||' | cut -d. -f 1 | sort -u >> $out_fqn 2>> $out_fqn
|
||||
\) | grep overlay$ | sed -e 's|.*/||' | cut -d. -f 1 | sort -u 2>&1 >> $out_fqn
|
||||
|
||||
echo -e "\n" >> $out_fqn
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue