diff --git a/scripts/image b/scripts/image index 97c4ea537a..3d2c42076c 100755 --- a/scripts/image +++ b/scripts/image @@ -289,7 +289,7 @@ if [ "$1" = "release" -o "$1" = "mkimage" -o "$1" = "amlpkg" -o "$1" = "noobs" ] cp $ROOT/CHANGELOG* $RELEASE_DIR echo "$TARGET_VERSION" > $RELEASE_DIR/RELEASE - if [ -n "$MEDIACENTER" ]; then + if [ ! "$MEDIACENTER" = "no" ]; then echo "Kodi commit: $(get_pkg_version $MEDIACENTER)" >> $RELEASE_DIR/RELEASE fi