7 lines
147 B
Bash
7 lines
147 B
Bash
#!/bin/sh
|
|
|
|
# copy current settings from config-volume to app folder
|
|
cp /config/settings.json /app/settings.json
|
|
|
|
# start movienight
|
|
/app/MovieNight |