- Update the output for the "replace last time" for the battery status mode : it was displayed in seconds, it is now converted to a human readable format.
Refs: CTOR-1077
- $rebuild_args needs to be dereferenced when used in a join because it is a reference to an array. This is done when the script is executed with a non-root user (line 359) but not when called with root.
Authored by eseyman@users.noreply.github.com#5412