#!/bin/bash

#
# Temp solution for compatibility between qloud and deploy docker images.
# Must be removed after migration completed.
#

if [ ! -z "${DEPLOY_UNIT_ID}" ]; then
    sed -i -e '/^  enable_qloud_tvm: 1$/d' /etc/yandex/statbox-push-client/push-client-qloud-application.yaml
fi
