mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
show_config: remove a subshell
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
d4c3092e7a
commit
7e67a70da0
@ -6,7 +6,12 @@ show_config() {
|
||||
|
||||
dashes="==========================="
|
||||
config_message="\n $dashes$dashes$dashes"
|
||||
config_message+="\n Configuration for $DISTRONAME ($([ "$OFFICIAL" = "yes" ] && echo "official" || echo "community"))"
|
||||
config_message+="\n Configuration for $DISTRONAME "
|
||||
if [ "$OFFICIAL" = "yes" ]; then
|
||||
config_message+="(official)"
|
||||
else
|
||||
config_message+="(community)"
|
||||
fi
|
||||
config_message+="\n $dashes$dashes$dashes"
|
||||
|
||||
# Build options
|
||||
|
Loading…
x
Reference in New Issue
Block a user