Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Fixed SC2091: Remove surrounding $() to avoid executing outpu…
…t." and fix it another way This reverts commit 67bcaea. The sub-shell was required to prevent the updated umask from affecting later steps. It broke the permissions of the fetched assets for the control panel: https://discourse.mailinabox.email/t/admin-panel-broken-after-restore-upgrade/12112/24 Instead, the `$()` is replaced with just `()` to create a subshell without executing its output.
- Loading branch information