#!/bin/bash if [ ! -f "$DATA_DIR/.env" ] ; then set +e # head returns 141 on sigpipe source_pass="$(LC_ALL=C tr -dc A-Za-z0-9 "$DATA_DIR/.env" <