#!/bin/bash
set -eux

if os-is-bootstrap-host ; then
    sudo -u tuskar -- tuskar-dbsync --config-file /etc/tuskar/tuskar.conf
fi
