mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
8 lines
93 B
Bash
Executable File
8 lines
93 B
Bash
Executable File
export LD_LIBRARY_PATH=/opt/lib
|
|
|
|
echo "### Starting NEUTRINO ###"
|
|
|
|
cd /opt/bin
|
|
./neutrino &
|
|
|