diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-25 11:36:57 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-25 11:36:57 +0200 |
commit | 19452347a116e8907cf3d0523f438f2c22c4e0f3 (patch) | |
tree | 52658fba077a52805af48920309e5837141b1e2a /scripts | |
parent | 42374cf5d40b8266cf7b0ee68732c436c1d45a06 (diff) | |
download | PeerTube-19452347a116e8907cf3d0523f438f2c22c4e0f3.tar.gz PeerTube-19452347a116e8907cf3d0523f438f2c22c4e0f3.tar.zst PeerTube-19452347a116e8907cf3d0523f438f2c22c4e0f3.zip |
Fix play script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/play.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/play.sh b/scripts/play.sh index 3cfd82679..ac2a10b12 100755 --- a/scripts/play.sh +++ b/scripts/play.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/usr/bin/env sh |
2 | 2 | ||
3 | if [ ! -f server.js ]; then | 3 | if [ ! -f "dist/server.js" ]; then |
4 | echo "Missing server file (server.js)." | 4 | echo "Missing server file (server.js)." |
5 | exit -1 | 5 | exit -1 |
6 | fi | 6 | fi |