From 4765d30d60f7148a9fbf75998c2d7b40550c547e Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Mon, 30 Oct 2023 13:08:47 +0500 Subject: [PATCH] Update --- usr/bin/melawy-hooks-runner | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr/bin/melawy-hooks-runner b/usr/bin/melawy-hooks-runner index 50e520f..ccebe74 100755 --- a/usr/bin/melawy-hooks-runner +++ b/usr/bin/melawy-hooks-runner @@ -44,11 +44,11 @@ Os_release() { # add missing ID_LIKE= sed -i $file -e "/^ID=/a \ID_LIKE=${quote}arch${quote}" fi - if [ -r $melawyfile ] ; then - # fix BUILD_ID for Melawy Linux - local buildid="$(grep "^VERSION=" $melawyfile | awk '{print $1}' | cut -d '=' -f 2)" - sed -i $file -e "s|^BUILD_ID=.*|BUILD_ID=${quote}$buildid${quote}|" - fi +# if [ -r $melawyfile ] ; then +# # fix BUILD_ID for Melawy Linux +# local buildid="$(grep "^VERSION=" $melawyfile | awk '{print $1}' | cut -d '=' -f 2)" +# sed -i $file -e "s|^BUILD_ID=.*|BUILD_ID=${quote}$buildid${quote}|" +# fi } Issues() {