Remove stray set +x

This commit is contained in:
Jordan Webb 2021-02-01 23:53:34 -06:00
parent ce7b088ba2
commit 1ff50fef0b
No known key found for this signature in database
GPG Key ID: C341950C47B6CE14

View File

@ -16,7 +16,6 @@ if [ -z "${POSTGRES_PASSWORD:-}" ] ; then
echo "ERROR: Please set POSTGRES_PASSWORD before generating config" >&2
exit 1
fi
set -x
pleroma_ctl instance gen --output "$PLEROMA_CONFIG_PATH" \
--output-psql /tmp/setup_db.sql \