3 lines
110 B
Bash
3 lines
110 B
Bash
#!/bin/bash
|
|
set -e
|
|
python /opt/headphones/Headphones.py --config=$HEADPHONES_CONFIG --datadir=$HEADPHONES_DATA |