mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix play script
This commit is contained in:
parent
42374cf5d4
commit
19452347a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user