diff options
author | Chocobozzz <me@florianbigard.com> | 2019-11-29 13:36:40 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-29 13:36:40 +0100 |
commit | 47f6cb31d78f83d5734b11285b11147b0b42e191 (patch) | |
tree | 944b2398272dfe16bae4a47a6738e35e20a6b5cd /scripts | |
parent | cb5ce4cb13095dbea6e5f05b96eaa42ffccf0716 (diff) | |
download | PeerTube-47f6cb31d78f83d5734b11285b11147b0b42e191.tar.gz PeerTube-47f6cb31d78f83d5734b11285b11147b0b42e191.tar.zst PeerTube-47f6cb31d78f83d5734b11285b11147b0b42e191.zip |
Fix email to field
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/dev/server.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dev/server.sh b/scripts/dev/server.sh index b4675c57f..beee5b8d4 100755 --- a/scripts/dev/server.sh +++ b/scripts/dev/server.sh | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | set -eu | 3 | set -eu |
4 | 4 | ||
5 | if [ ! -f "./client/dist/en_US/index.html" ]; then | 5 | if [ ! -f "./client/dist/en-US/index.html" ]; then |
6 | echo "client/dist/en_US/index.html does not exist, compile client files..." | 6 | echo "client/dist/en-US/index.html does not exist, compile client files..." |
7 | npm run build:client -- --light | 7 | npm run build:client -- --light |
8 | fi | 8 | fi |
9 | 9 | ||