Skip to content

OSUpdateNotifier: record wrong key in plist ForceUpdateStartTimeInEpoch #38

Description

@phu-ngo

osupdatenotifier.sh line 975
set wrong key name (ForceUpdateStartEpochTime need change to ForceUpdateStartTimeInEpoch)
old:

        # Record the start time for forced update via GUI the plist 
        setPlistValue "$BundleID" "ForceUpdateStartEpochTime" "integer" "$ForceUpdateStartEpochTime" "$DeprecationPlist"

fix:

        # Record the start time for forced update via GUI the plist 
        setPlistValue "$BundleID" "ForceUpdateStartTimeInEpoch" "integer" "$ForceUpdateStartTimeInEpoch" "$DeprecationPlist"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions