Don't go into an infinite loop when recovering from a previous run in which the even...
[dcpomatic.git] / hacks / start_server.sh
1 #!/bin/bash
2 killall dcpomatic2_server_cli
3 screen -dmS dcpomatic bash -c 'cd src/dcpomatic2; LD_LIBRARY_PATH=$HOME/ubuntu/lib run/dcpomatic_server_cli --verbose'