Reduce warnings count caused by bin/copy-trilium.sh #4671
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
alexei@Aspire:~/build/trilium-0.62.4$ ./bin/build-linux-x64.sh
./bin/copy-trilium.sh: line 8: n: command not found
Copying Trilium to build directory ./dist/trilium-linux-x64-src
cp: unable to execute stat for 'webpack-': there is no such file or catalog
./bin/copy-trilium.sh: line 30: n: command not found
rm: unable to remove './dist/trilium-linux-x64-src/node_modules/image-q/demo': there is no such file or catalog
rm: unable to remove './dist/trilium-linux-x64-src/node_modules/better-sqlite3/Release': there is no such file or catalog
rm: unable to remove './dist/trilium-linux-x64-src/node_modules/better-sqlite3/deps/sqlite3.tar.gz': there is no such file or catalog
rm: unable to remove './dist/trilium-linux-x64-src/node_modules/@jimp/plugin-print/fonts': there is no such file or catalog
rm: unable to remove './dist/trilium-linux-x64-src/node_modules/jimp/browser': there is no such file or catalog
rm: unable to remove './dist/trilium-linux-x64-src/node_modules/jimp/fonts': there is no such file or catalog
find: ‘./dist/trilium-linux-x64-src/node_modules’: there is no such file or catalog
find: ‘./dist/trilium-linux-x64-src/node_modules’: there is no such file or catalog
find: ‘./dist/trilium-linux-x64-src/node_modules’: there is no such file or catalog
cp: Unable to create regular file './dist/trilium-linux-x64-src/src/public/app-dist/': it is not a catalog
rm: unable to remove './dist/trilium-linux-x64-src/src/public/app-dist/.mobile.*': there is no such file or catalog
Copying required linux-x64 binaries
cp: Unable to create regular file './dist/trilium-linux-x64-src/node_modules/better-sqlite3/build/Release/better_sqlite3.node': there is no such file or catalog
Packaging linux x64 electron build
...
...