mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
764e9c54b6
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.