mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Ended up with double-log-lines
This commit is contained in:
@@ -515,7 +515,6 @@ mountDMG() {
|
|||||||
dmgmountOut=$(echo 'Y'$'\n' | hdiutil attach "$tmpDir/$archiveName" -nobrowse -readonly )
|
dmgmountOut=$(echo 'Y'$'\n' | hdiutil attach "$tmpDir/$archiveName" -nobrowse -readonly )
|
||||||
dmgmountStatus=$(echo $?)
|
dmgmountStatus=$(echo $?)
|
||||||
dmgmount=$(echo $dmgmountOut | tail -n 1 | cut -c 54- )
|
dmgmount=$(echo $dmgmountOut | tail -n 1 | cut -c 54- )
|
||||||
printlog "dmgmountOut is $dmgmountOut" DEBUG
|
|
||||||
deduplicatelogs "$dmgmountOut"
|
deduplicatelogs "$dmgmountOut"
|
||||||
|
|
||||||
if [[ $dmgmountStatus -ne 0 ]] ; then
|
if [[ $dmgmountStatus -ne 0 ]] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user