#!/bin/bash

INSTALL_DIR=/opt/installer
export PYTHONPATH="${INSTALL_DIR}"

cd ${INSTALL_DIR}/fe/dialog
./gli-dialog.py "$@"

