v1.0.0 = Initial Version

+ Initial Version
+ (Just fixed a few minor things.)
This commit is contained in:
Zack T
2019-08-28 14:25:37 -07:00
parent 7e74b80178
commit fcf4438f4c
3 changed files with 3 additions and 4 deletions

View File

@@ -13,6 +13,6 @@ bootTime=$( /usr/sbin/sysctl kern.boottime | /usr/bin/awk '{print $5}' | /usr/bi
bootTimeFormatted=$( /bin/date -jf %s $bootTime +%F\ %T )
echo "<result>$bootTimeFormatted</result>"
echo "<result>${bootTimeFormatted}</result>"
exit 0

View File

@@ -5,8 +5,7 @@
# By: Zack Thompson / Created: 8/24/2019
# Version: 1.0.0 / Updated: 8/24/2019 / By: ZT
#
# Description: This script allows you to upload a compressed zip of specified files to a
# computers' inventory record.
# Description: A Jamf Pro Extension Attribute to get the physical location of a device.
#
###################################################################################################
"""

View File

@@ -5,7 +5,7 @@
# By: Zack Thompson / Created: 8/24/2019
# Version: 1.0.0 / Updated: 8/24/2019 / By: ZT
#
# Description: A Jamf Pro Extension Attribute to get the boot time of a device.
# Description: A Jamf Pro Extension Attribute to get the up time of a device.
#
###################################################################################################
"""