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