mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-19 13:20:52 +00:00
Minor logging correction
This commit is contained in:
@@ -524,7 +524,7 @@ mountDMG() {
|
|||||||
if [[ ! -e $dmgmount ]]; then
|
if [[ ! -e $dmgmount ]]; then
|
||||||
cleanupAndExit 3 "Error accessing mountpoint for $tmpDir/$archiveName error:\n$logoutput" ERROR
|
cleanupAndExit 3 "Error accessing mountpoint for $tmpDir/$archiveName error:\n$logoutput" ERROR
|
||||||
fi
|
fi
|
||||||
printlog "Debugging enabled, installer output was:\n$logoutput" DEBUG
|
printlog "Debugging enabled, dmgmount output was:\n$logoutput" DEBUG
|
||||||
|
|
||||||
printlog "Mounted: $dmgmount" INFO
|
printlog "Mounted: $dmgmount" INFO
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user