Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/rdk/update_previous_reboot_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ setPreviousRebootInfo()

if [ -z "$existing_reboot_info" ]; then
echo "$(/bin/timestamp): $0: Updating previous reboot info to Parodus" >> "$PARODUS_LOG"
echo "$(/bin/timestamp): $0: PreviousRebootInfo:$timestamp,$custom,$source,$reason" >> "$PARODUS_LOG"
rebootLog "Reboot Information Updated to parodus log:$timestamp,$custom,$source,$reason"
echo "$(/bin/timestamp): $0: PreviousRebootInfo:$timestamp,$reason,$custom,$source" >> "$PARODUS_LOG"
rebootLog "Reboot Information Updated to parodus log:$timestamp,$reason,$custom,$source"
Comment thread
nhanasi marked this conversation as resolved.
else
rebootLog "${FUNCNAME[0]}: Reboot info already present in $PARODUS_LOG as $existing_reboot_info, skipping update"
fi
Expand Down