mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-28 22:01:50 +00:00
fix module log message
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user