mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 02:33:32 +00:00
f9b8037486
Addresses #450, #451, #406 - Initialize all variables at top of script to prevent "unbound variable" errors with set -u - BUILD_FROM_SOURCE, SKIP_DOWNLOAD, IN_CONTAINER, IN_DOCKER now set at line 20-27 - ENABLE_AUTO_UPDATES, FORCE_VERSION, FORCE_CHANNEL, SOURCE_BRANCH also moved to top - Removed duplicate assignments from argument parsing section - Restore /bin/update command creation for ProxmoxVE LXC installations - Creates update script that re-runs install.sh for easy updates - Allows backend to properly detect ProxmoxVE deployment type - Users can now run "update" in LXC console as documented - Update deployment detection to recognize install.sh in update command - Previously only looked for legacy "pulse.sh" reference - Now checks for both pulse.sh and install.sh