mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
removed -x option in bash command
This commit is contained in:
parent
3dbced021d
commit
f06793b5b5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#! env bash
|
||||
|
||||
set -ex
|
||||
set -e
|
||||
|
||||
grep 'name:' config/services.js | \
|
||||
sed 's/.*name: "\(.*\)",/\1/' | \
|
||||
|
|
Loading…
Reference in a new issue