Hotfix
- Fixed a stray duplicate
curlcall inscripts/core/build.functhat broke all fresh container creation (e.g. creating an Adguard LXC) withcurl: option : blank argument where content is expected/ exit code 2. The unconditional line ran after the if/else deciding how to populateFUNCTIONS_FILE_PATH, using a variable ($_func_url) that's only assigned in the remote-fetch branch — so it broke the (normal) local-file path every time.