mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
0346ba2698
* [web] CE script to verify TexLive versions on startup --------- Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com> GitOrigin-RevId: b99001d38468a775991a7284611aa333e956b919
6 lines
135 B
Bash
Executable file
6 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
echo "Checking texlive images"
|
|
cd /overleaf/services/web
|
|
node modules/server-ce-scripts/scripts/check-texlive-images
|