#!/bin/bash

#
# overrides for DV app
#

APP="web"
CONFIG_PATH="/etc/yandex/docviewer/${APP}"


if [ -f "${CONFIG_PATH}/keys/application-secret.properties" ]; then
    cd "${CONFIG_PATH}"
    ln -sf "keys/application-secret.properties" "application-secret.properties"
fi
