From 19452347a116e8907cf3d0523f438f2c22c4e0f3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 25 Jun 2017 11:36:57 +0200 Subject: Fix play script --- scripts/play.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/play.sh') 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 -- cgit v1.2.3