]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/dev/server.sh
Add a warning when uploading videos using root
[github/Chocobozzz/PeerTube.git] / scripts / dev / server.sh
index b4675c57f54c3d8b3a4f609e9382f40d9291d079..beee5b8d49e4aacdd9e22a0eb10712f30dfb2ae3 100755 (executable)
@@ -2,8 +2,8 @@
 
 set -eu
 
-if [ ! -f "./client/dist/en_US/index.html" ]; then
-  echo "client/dist/en_US/index.html does not exist, compile client files..."
+if [ ! -f "./client/dist/en-US/index.html" ]; then
+  echo "client/dist/en-US/index.html does not exist, compile client files..."
   npm run build:client -- --light
 fi