mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Remove -z flag from head
This commit is contained in:
parent
103c9d646a
commit
786244e945
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -euo pipefail
|
|||
RC_FILE="config/overleaf.rc"
|
||||
|
||||
function __main__() {
|
||||
SHARELATEX_IMAGE_VERSION="$(head -z -n 1 ./lib/sharelatex-image-version)"
|
||||
SHARELATEX_IMAGE_VERSION="$(head -n 1 ./lib/sharelatex-image-version)"
|
||||
MONGO_IMAGE="mongo:3.6"
|
||||
REDIS_IMAGE="redis:5.0.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue