diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-30 10:41:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-30 10:41:15 +0100 |
| commit | 0ef231d6ef3c483edc5d13affd31367acfecd320 (patch) | |
| tree | 8e2eb21d45476a689263c3f8c5919e99b0fb7f83 | |
| parent | 5d71b86e818f9dfa3f7f573e438f2f6ddd5cdefc (diff) | |
Fix hack script.
| -rw-r--r-- | hacks/start_server.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hacks/start_server.sh b/hacks/start_server.sh index 1d31a2913..015e536a6 100644 --- a/hacks/start_server.sh +++ b/hacks/start_server.sh @@ -1,3 +1,3 @@ #!/bin/bash -killall dcpomatic2_server_cli -screen -dmS dcpomatic bash -c 'cd src/dcpomatic2; LD_LIBRARY_PATH=$HOME/ubuntu/lib run/dcpomatic_server_cli --verbose' +killall dcpomatic2_server_cli || : +screen -dmS dcpomatic bash -c 'cd src/dcpomatic; LD_LIBRARY_PATH=$HOME/lib run/dcpomatic_server_cli --verbose' |
