-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
} | ||
|
||
|