Skip to content

Commit

Permalink
Fix text in logs (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekateluv authored Feb 3, 2025
1 parent 028a0e5 commit b7696ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wb-utils (4.25.3) stable; urgency=medium

* Fix text in logs. No functional changes

-- Ekaterina Volkova <[email protected]> Mon, 03 Feb 2025 15:55:26 +0300

wb-utils (4.25.2) stable; urgency=medium

* Reattach modem to packet service if it was detached
Expand Down
4 changes: 2 additions & 2 deletions utils/lib/wb-image-update/fit/install_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -729,11 +729,11 @@ recover_certificates() {

if mount "$LO_DEVICE" "$HIDDENFS_MNT" >/dev/null 2>&1; then
cat "$HIDDENFS_MNT/$INTERM_NAME" "$HIDDENFS_MNT/$DEVCERT_NAME" > "$ROOTFS_MNT/$ROOTFS_CERT_PATH" ||
info "WARNING: Failed to copy device certificate bundle into new rootfs. Please report it to [email protected]"
info "WARNING: Failed to copy device certificate bundle into new rootfs. Please report it to our support service"
umount "$HIDDENFS_MNT"
sync
else
info "WARNING: Failed to find certificates of device. Please report it to [email protected]"
info "WARNING: Failed to find certificates of device. Please report it to our support service"
fi
}

Expand Down

0 comments on commit b7696ac

Please sign in to comment.