linuxserver / emulatorjs

Self hosted web based retro emulation front end with rom and art management.
383 stars 26 forks source link

Scan exited with code: 141 #43

Closed XanderStrike closed 2 years ago

XanderStrike commented 2 years ago

When scanning certain folders of roms the scan aborts early with exit code 141 which is a pipefail.

Commenting out set -e and set -o pipefail in has_files.sh allows the scan to complete without errors, but those are nice to have so better to fix the failure itself.

I'll open a PR shortly with a fix.