mirror of
https://github.com/MLBZ521/MacAdmin.git
synced 2026-09-16 13:40:38 +01:00
v1.0.0 = Initial Version
+ Initial Version + (Just fixed a few minor things.)
This commit is contained in:
@@ -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
|
||||
@@ -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.
|
||||
#
|
||||
###################################################################################################
|
||||
"""
|
||||
|
||||
@@ -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.
|
||||
#
|
||||
###################################################################################################
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user