mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Quoting variables to preserve whitespaces in banner
This commit is contained in:
parent
2461e67dd8
commit
75b2eb1b8c
@ -109,11 +109,11 @@ fi
|
||||
fi
|
||||
|
||||
# create /etc/issue
|
||||
echo $GREETING0 > $INSTALL/etc/issue
|
||||
echo $GREETING1 >> $INSTALL/etc/issue
|
||||
echo $GREETING2 >> $INSTALL/etc/issue
|
||||
echo $GREETING3 >> $INSTALL/etc/issue
|
||||
echo $GREETING4 >> $INSTALL/etc/issue
|
||||
echo "$GREETING0" > $INSTALL/etc/issue
|
||||
echo "$GREETING1" >> $INSTALL/etc/issue
|
||||
echo "$GREETING2" >> $INSTALL/etc/issue
|
||||
echo "$GREETING3" >> $INSTALL/etc/issue
|
||||
echo "$GREETING4" >> $INSTALL/etc/issue
|
||||
echo "$DISTRONAME ($([ "$OFFICIAL" = "yes" ] && echo "official" || echo "community")) Version: $OPENELEC_VERSION" >> $INSTALL/etc/issue
|
||||
if [ -n "$GIT_HASH" ]; then
|
||||
echo "$DISTRONAME git: $GIT_HASH" >> $INSTALL/etc/issue
|
||||
|
Loading…
x
Reference in New Issue
Block a user