mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
e48facaf00
The shell glob '*' doesn't include hidden files by default, which was causing .env.example to be skipped during tarball extraction. Enable dotglob to include hidden files in the copy operation. Fixes installation failures where configure_environment couldn't find .env.example after tarball installation.