mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
try copying synctex betwen directories
This commit is contained in:
parent
4179d19200
commit
6d21ab734a
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Changing permissions of /var/run/docker.sock for sibling containers"
|
||||
cp /var/clsi/bin/synctex /var/clsi/bin/synctex-mount/synctex
|
||||
|
||||
chown root:docker /var/run/docker.sock
|
||||
chown app:app /app/compiles
|
||||
|
||||
./bin/install_texlive_gce.sh
|
||||
exec runuser -u app "$@"
|
Loading…
Reference in a new issue