mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
firmware: make sure to use the right approach #5537
This commit is contained in:
parent
7d81b8ff16
commit
b79153342c
@ -106,8 +106,10 @@ esac
|
||||
|
||||
echo
|
||||
|
||||
CHANGELOG=$(configctl firmware changelog text ${CHANGELOG})
|
||||
if [ "${CHANGELOG}" ]; then
|
||||
if [ -n "${CHANGELOG}" ]; then
|
||||
CHANGELOG=$(configctl firmware changelog text ${CHANGELOG})
|
||||
fi
|
||||
if [ -n "${CHANGELOG}" ]; then
|
||||
echo "${CHANGELOG}" | less
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user