projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42374cf
)
Fix play script
author
Chocobozzz
<florian.bigard@gmail.com>
Sun, 25 Jun 2017 09:36:57 +0000
(11:36 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Sun, 25 Jun 2017 09:36:57 +0000
(11:36 +0200)
scripts/play.sh
patch
|
blob
|
history
diff --git
a/scripts/play.sh
b/scripts/play.sh
index 3cfd82679f8b4ac437606db647b44ff43db8ee05..ac2a10b121d7061f158fe65e7845e6439a9c85b7 100755
(executable)
--- 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