0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-04 06:48:50 +00:00
2023-10-29 12:29:00 +01:00

15 lines
365 B
Bash

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
. /etc/profile
oe_setup_addon service.filebrowser
ADDON_SETTINGS="$ADDON_HOME/settings.xml"
chmod a+x $ADDON_DIR/bin/*
exec "$ADDON_DIR/bin/filebrowser" -d "$ADDON_HOME/database.db" -l stdout -r "/storage" -a "0.0.0.0" -p "$FILEBROWSER_PORT"