Skip to content

Commit 9ca72d2

Browse files
fix: Fix wait_for_shutdown in the update-security-config.sh script
1 parent 3eef786 commit 9ca72d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/controller/build/scripts/update-security-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function wait_for_configuration_changes_or_shutdown () {
149149
}
150150

151151
function wait_for_shutdown () {
152-
until test ! -e "$VECTOR_CONTROL_DIR/shutdown"
152+
until test -e "$VECTOR_CONTROL_DIR/shutdown"
153153
do
154154
inotifywait \
155155
--quiet --quiet \

0 commit comments

Comments
 (0)