You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a stray duplicate curl call in scripts/core/build.func that broke all fresh container creation (e.g. creating an Adguard LXC) with curl: option : blank argument where content is expected / exit code 2. The unconditional line ran after the if/else deciding how to populate FUNCTIONS_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.