bf2fc6cc711aee1a0c2a / kas-fleetshard

The kas-fleetshard-operator is responsible for provisioning and managing instances of kafka on a cluster. The kas-fleetshard-synchronizer synchronizes the state of a fleet shard with the kas-fleet-manager.
Apache License 2.0
7 stars 20 forks source link

fix #660: removing set -e as that causes the shell to later terminate #718

Closed shawkins closed 2 years ago

shawkins commented 2 years ago

See #660

MikeEdgar commented 2 years ago

Is this script missing some conditional logic that was causing it to have the error?

shawkins commented 2 years ago

Is this script missing some conditional logic that was causing it to have the error?

In this case the effect of the set -e bleed over into the calling shell and then if you tried to do something benign that returned a non-zero exit, it caused the shell to terminate.