mornedhels / icarus-server

ICARUS Dedicated Server with autoupdate (supervisord)
MIT License
10 stars 0 forks source link

CLEANUP_EXCLUDES excludes every file by default #52

Closed Kyle0654 closed 9 months ago

Kyle0654 commented 9 months ago

This line defaults the regex to ``, which matches every file by default.

https://github.com/mornedhels/icarus-server/blob/06410df213593b8e46930a34080cd757f8db5e95/scripts/defaults#L30

Defaulting this to ^$ or even .* would work as expected (nothing is excluded by default).

cp-fabian-pittroff commented 9 months ago

Hey @Kyle0654, thanks for the report. I included the fix (^$) and it is available with the latest dev image.