diff options
-rwxr-xr-x | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ # SOFTWARE. dent_me() { - echo "$@" | bti ${TINDERBOX_PROXY:+--proxy "${TINDERBOX_PROXY}"} --host "${BTI_HOST}" --account "${BTI_ACCOUNT}" --password "${BTI_PASSWORD}" >/dev/null + echo "$@" | bti ${TINDERBOX_PROXY:+--proxy "${TINDERBOX_PROXY}"} --host "${BTI_HOST}" --account "${BTI_ACCOUNT}" --password "${BTI_PASSWORD}" --background } metadata_print() { |