Exec format error / Hosts chmod

On a fresh Trellis install

If you’re getting this error on server provision:
hosts/development --list ([Errno 8] Exec format error)

Change permissions on those files:
chmod a-x hosts/production
chmod a-x hosts/development
chmod a-x hosts/staging

1 Like