#!/bin/bash

. /usr/share/connector/kiosk/connector-kiosk-check

if [ ! "x$WM" = "x" ]; then
    $WM --replace &
fi

/usr/bin/connector $1
