Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission issue for files generated by recipes:acsf:init:all #4257

Closed
ismithuk opened this issue Oct 7, 2020 · 2 comments
Closed

Permission issue for files generated by recipes:acsf:init:all #4257

ismithuk opened this issue Oct 7, 2020 · 2 comments
Labels
Bug Something isn't working

Comments

@ismithuk
Copy link

ismithuk commented Oct 7, 2020

To Reproduce
Steps to reproduce the behaviour, ideally starting from a fresh install of BLT:

  1. Run composer create-project acquia/blt-project --no-interaction
  2. Run blt recipes:acsf:init:all

Expected behavior
factory-hooks/post-site-install/post-site-install.sh should have the same permissions as factory-hooks/db-update/db-update.sh

Detailed error output
Actual result

ls -al factory-hooks/db-update 
total 8
drwxr-xr-x  3 ian.smith  staff    96  7 Oct 08:12 .
drwxr-xr-x  7 ian.smith  staff   224  7 Oct 08:12 ..
-rwxr-xr-x  1 ian.smith  staff  2581  7 Oct 08:12 db-update.sh
⚡ 
⇒  ls -al factory-hooks/post-site-install 
total 8
drwxr-xr-x  3 ian.smith  staff    96  7 Oct 08:12 .
drwxr-xr-x  7 ian.smith  staff   224  7 Oct 08:12 ..
-rw-r--r--  1 ian.smith  staff  2024  7 Oct 08:12 post-site-install.sh

BLT doctor output
na

System information

  • Operating system type: Mac OSx
  • Operating system version: 10.15.6
  • BLT version: BLT 11.5.0
@ismithuk ismithuk added the Bug Something isn't working label Oct 7, 2020
@danepowell
Copy link
Contributor

Looks like a regression introduced when that script was renamed: #4061

@danepowell
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants