mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-14 14:18:54 +01:00
Further logging, finding pkg only return files
Important change, when we use `find` to locate pkgs. Now only files will be returned.
This commit is contained in:
@@ -207,8 +207,12 @@ else
|
||||
displaynotification "$message" "Error installing $name" ERROR
|
||||
fi
|
||||
fi
|
||||
printlog "File list: $(ls -lh "$archiveName")" ERROR
|
||||
printlog "File type: $(file "$archiveName")" ERROR
|
||||
cleanupAndExit 2 "Error downloading $downloadURL error:\n$logoutput" ERROR
|
||||
fi
|
||||
printlog "File list: $(ls -lh "$archiveName")" DEBUG
|
||||
printlog "File type: $(file "$archiveName")" DEBUG
|
||||
printlog "curl output was:\n$logoutput" DEBUG
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user