mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
cf55be3a8d
GitOrigin-RevId: 2fbfe1ae33b42a5a9a696be811d122882093cd49
7 lines
162 B
Bash
Executable File
7 lines
162 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
echo "Checking texlive images"
|
|
cd /overleaf/services/web
|
|
/sbin/setuser www-data node modules/server-ce-scripts/scripts/check-texlive-images.mjs
|