mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-03 07:44:27 +00:00
removed -x option in bash command
This commit is contained in:
parent
e4df6be87e
commit
dad81fab3d
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