Fix play script

pull/71/head
Chocobozzz 2017-06-25 11:36:57 +02:00
parent 42374cf5d4
commit 19452347a1
1 changed files with 1 additions and 1 deletions

View File

@ -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