Files
ProxmoxVE-Local/scripts
MickLesk 9f2dc5e79b hotfix: remove stray duplicate curl call in build.func breaking LXC creation
An unconditional `export FUNCTIONS_FILE_PATH="$(curl -fsSL "$_func_url")"`
line ran after the if/else that decides how to populate
FUNCTIONS_FILE_PATH. $_func_url is only ever assigned inside the else
branch (remote-fetch path), so whenever the local install.func file
existed (the normal case), this stray line ran curl with an empty URL —
"curl: option : blank argument where content is expected" — aborting
every fresh container creation (e.g. Adguard LXC) with exit code 2.

Bump to 1.1.7.1 (VERSION + package.json) for this hotfix.
2026-07-20 20:01:39 +02:00
..
2026-01-29 10:01:30 +01:00
2026-01-29 10:01:30 +01:00
2026-05-10 23:47:56 +02:00