Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-12-13 17:20:12 +03:00
parent a4210a6523
commit 4fc41034e1

View File

@ -1023,7 +1023,7 @@ showNotes(){
| tee "${BUILD_NOTES}" ) | tee "${BUILD_NOTES}" )
[ -e ./POST_INSTALL.md ] \ [ -e ./POST_INSTALL.md ] \
&& echo "####" \ && echo "####" \
&& echo ./POST_INSTALL.md \ && cat ./POST_INSTALL.md \
| sed 's/^/## /' | sed 's/^/## /'
} }