Rebase to noble

This commit is contained in:
thespad
2024-08-19 18:51:04 +01:00
parent deb7a4925c
commit 3b59cd4197
13 changed files with 32 additions and 34 deletions

View File

@@ -1,13 +1,14 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
if [ -n "${PASSWORD}" ] || [ -n "${HASHED_PASSWORD}" ]; then
if [[ -n "${PASSWORD}" ]] || [[ -n "${HASHED_PASSWORD}" ]]; then
AUTH="password"
else
AUTH="none"
echo "starting with no password"
fi
if [ -z ${PROXY_DOMAIN+x} ]; then
if [[ -z ${PROXY_DOMAIN+x} ]]; then
PROXY_DOMAIN_ARG=""
else
PROXY_DOMAIN_ARG="--proxy-domain=${PROXY_DOMAIN}"

View File

@@ -1 +1 @@
longrun
longrun