3 lines
119 B
Bash
3 lines
119 B
Bash
#!/bin/bash
|
|
set -e
|
|
/opt/CouchPotatoServer/CouchPotato.py --config_file $COUCHPOTATO_CONFIG --data_dir $COUCHPOTATO_DATA |