#!/bin/bash WEBDAV_USER=${WEBDAV_USER:-"user@yandex.ru"} WEBDAV_PASSWORD=${WEBDAV_PASSWORD:-"password"} WEBDAV_URL=${WEBDAV_URL:-"https://webdav.yandex.com/sillytavern"} /tavern/webdav-sync -local_path /tavern/data -password $WEBDAV_PASSWORD -user $WEBDAV_USER -uri $WEBDAV_URL -log_level warn exec "$@"