From e578a579e14ae74d3efae309998ae2f2f486ec14 Mon Sep 17 00:00:00 2001 From: nhanasi Date: Fri, 7 Nov 2025 09:32:36 -0500 Subject: [PATCH] Update update_previous_reboot_info.sh --- lib/rdk/update_previous_reboot_info.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rdk/update_previous_reboot_info.sh b/lib/rdk/update_previous_reboot_info.sh index ec0d1f9c..0de94d0d 100755 --- a/lib/rdk/update_previous_reboot_info.sh +++ b/lib/rdk/update_previous_reboot_info.sh @@ -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" else rebootLog "${FUNCNAME[0]}: Reboot info already present in $PARODUS_LOG as $existing_reboot_info, skipping update" fi