This morning, we merged a change to the default shell configuration (~/.zshrc
) into all managed servers version 9. This change was picked up by all affected servers, with their next scheduled provisioning run starting gradually at 13:00. The used syntax was valid and tested in zsh, but invalid in bash. In all cases based on bash, for example in certain scripts or cronjobs, the configuration change led to a syntax error:
bash: /home/website/.zshenv: line 92: syntax error: unexpected end of file
For the time being, we rolled back our configuration change and will test everything more in detail. We apologize for any inconvenience caused.