From ac2fcd384dd582acd0367d692b5333a6a466bbc0 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Sat, 11 Jan 2025 01:44:41 +0530 Subject: [PATCH] fix module log message --- root-module/customize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root-module/customize.sh b/root-module/customize.sh index 2c395f7..e8beced 100644 --- a/root-module/customize.sh +++ b/root-module/customize.sh @@ -52,7 +52,7 @@ if [ -f "$TEMP_DIR/$PATCHED_FILE_NAME" ]; then mkdir -p "$MODPATH/system/lib/" cp "$TEMP_DIR/$PATCHED_FILE_NAME" "$MODPATH/$LIBRARY_NAME" chmod 644 "$MODPATH/$LIBRARY_NAME" - log "Patched file has been successfully installed at $MODPATH/system/lib/$PATCHED_FILE_NAME" + log "Patched file has been successfully installed at $MODPATH/$LIBRARY_NAME" else ERROR_MESSAGE=$(grep -oP '(?<="error": ")[^"]+' "$TEMP_DIR/headers.txt") log "API Error: $ERROR_MESSAGE"