try copying synctex betwen directories

This commit is contained in:
Henry Oswald 2018-03-16 17:10:56 +00:00
parent 4179d19200
commit 6d21ab734a
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,10 @@
#!/bin/sh #!/bin/sh
echo "Changing permissions of /var/run/docker.sock for sibling containers" 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 root:docker /var/run/docker.sock
chown app:app /app/compiles
./bin/install_texlive_gce.sh ./bin/install_texlive_gce.sh
exec runuser -u app "$@" exec runuser -u app "$@"