JSS-Scripts icon indicating copy to clipboard operation
JSS-Scripts copied to clipboard

OSUpdateNotifier: wrong data type when set ForceUpdateStartTimeString value

Open phu-ngo opened this issue 3 years ago • 0 comments

Line 977:

issue: fix the data type from integer to string setPlistValue "$BundleID" "ForceUpdateStartTimeString" "integer" "$ForceUpdateStartTimeString" "$DeprecationPlist"

fix: setPlistValue "$BundleID" "ForceUpdateStartTimeString" "string" "$ForceUpdateStartTimeString" "$DeprecationPlist"

phu-ngo avatar Jan 10 '22 04:01 phu-ngo