sitecrafting / conifer

:evergreen_tree: A powerful WordPress library plugin for OO development
https://www.coniferplug.in
MIT License
18 stars 2 forks source link

setup-wordpress.sh: not found #140

Open visata opened 3 years ago

visata commented 3 years ago

Hi,

Just wanted to test how conifer works but when I do lando start, I get this error message: " /bin/sh: 1: ./scripts/setup-wordpress.sh: not found ERROR ==> /bin/sh: 1: ./scripts/setup-wordpress.sh: not found "

Thanks

acobster commented 3 years ago

Hey @visata, thanks for the writeup. I've seen this happen occasionally when a file fails to mount inside the container but Docker/Lando keep chugging along anyway. I suspect it's an issue in Lando which means I can't provide a fix directly, but nine times out of ten a simple rebuild fixes the issue:

lando rebuild

Let me know if that works for you.

acobster commented 3 years ago

@visata did that work?