view docker/backend-dev-e2e/scripts/entrypoint.sh @ 3685:36849fb5c854

plugin XEP-0054: fix wrongly used `await`: `_checkAvatarHash` was incorrectly awaited. This method is only called once, the code has been moved directly to `update`.
author Goffi <goffi@goffi.org>
date Thu, 30 Sep 2021 10:30:43 +0200
parents 73e04040d577
children
line wrap: on
line source

#!/bin/sh

eval $(dbus-launch --sh-syntax)

nohup /usr/bin/Xtigervnc -geometry 1024x768 -desktop "Libervia e2e test" -rfbport 5900 -SecurityTypes None :0 &
nohup openbox &
exec libervia-backend fg