From: Chocobozzz Date: Sun, 25 Jun 2017 09:36:57 +0000 (+0200) Subject: Fix play script X-Git-Tag: v0.0.1-alpha~393 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=19452347a116e8907cf3d0523f438f2c22c4e0f3;p=oweals%2Fpeertube.git Fix play script --- 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 @@ #!/usr/bin/env sh -if [ ! -f server.js ]; then +if [ ! -f "dist/server.js" ]; then echo "Missing server file (server.js)." exit -1 fi