mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-06-10 20:20:32 +01:00
Update !Script-Template.sh
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
|
||||
# Unmount the DMG
|
||||
/bin/echo "`date`: Unmounting installer disk image." >> ${logfile}
|
||||
/usr/bin/hdiutil detach $(/bin/df | /usr/bin/grep AppName | awk '{print $1}') -quiet
|
||||
/usr/bin/hdiutil detach $(/bin/df | /usr/bin/grep "${appName}" | awk '{print $1}') -quiet
|
||||
/bin/sleep 10
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user