if [ -d "/apps/bin" ] ; then
    PATH="/apps/bin:$PATH"
fi

if [ -d "/apps/bin/lavatool" ] ; then
    PATH="/apps/bin/lavatool:$PATH"
fi

sync

