mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-07-28 08:22:43 -04:00
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.