#!/bin/sh
set -eu
# Run directly from the mounted image. User data is managed by the launcher.
exec "$APPDIR/usr/lnbits/dist/lnbits" "$@"
