removed -x option in bash command

This commit is contained in:
mserranom 2019-08-06 12:00:43 +00:00
parent e4df6be87e
commit dad81fab3d

View file

@ -1,6 +1,6 @@
#! env bash
set -ex
set -e
grep 'name:' config/services.js | \
sed 's/.*name: "\(.*\)",/\1/' | \