mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
3c2172434b
install script exits without error if auth fails.
6 lines
No EOL
178 B
Bash
Executable file
6 lines
No EOL
178 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Changing permissions of /var/run/docker.sock for sibling containers"
|
|
chown root:docker /var/run/docker.sock
|
|
./bin/install_texlive_gce.sh
|
|
exec runuser -u app "$@" |