Skip to content

Console Output

02:32:48 [2019-08-28T02:32:48.021Z] + bundleName=janky
02:32:48 [2019-08-28T02:32:48.021Z] + echo Creating janky-bundles.tar.gz
02:32:48 [2019-08-28T02:32:48.021Z] Creating janky-bundles.tar.gz
02:32:48 [2019-08-28T02:32:48.021Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -o -name *.log -o -name *.prof ) -print
02:32:48 [2019-08-28T02:32:48.021Z] + xargs tar -czf janky-bundles.tar.gz
02:32:48 [2019-08-28T02:32:48.021Z] find: invalid expression; you have used a binary operator '-o' with nothing before it.
02:32:48 [2019-08-28T02:32:48.021Z] tar: Cowardly refusing to create an empty archive
02:32:48 [2019-08-28T02:32:48.021Z] Try 'tar --help' or 'tar --usage' for more information.