mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Fix config checks in 'up'
This commit is contained in:
parent
2718455347
commit
3ab5e5a6a8
1 changed files with 1 additions and 1 deletions
2
bin/up
2
bin/up
|
@ -3,7 +3,7 @@
|
|||
set -euo pipefail
|
||||
|
||||
function check_config() {
|
||||
if [[ ! -f config/docker-compose.yml ]] || [[ ! -f config/local.yml ]]; then
|
||||
if [[ ! -f config/overleaf.rc ]] || [[ ! -f config/variables.env ]]; then
|
||||
echo "Config files not found! exiting"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue