#!/bin/bash

# Launcher for Bodhi Update Manager.

APP_ROOT="/usr/lib/bodhi-update-manager"

export PYTHONPATH="${APP_ROOT}"

exec python3 "${APP_ROOT}"/bodhi_update/app.py "$@"
