#!/bin/bash set -euo pipefail if [ ! -e "$DATA_DIR/.env" ] ; then source_pass="$(LC_ALL=C tr -dc A-Za-z0-9 "$DATA_DIR/.env" < ~/.ssh/authorized_keys <