#!/bin/bash -eu if [[ "${SFTPGO_AUTHD_USERNAME:=}" != "anonymous" ]]; then exit 0 fi cat <