From 52ef0a87f842275d183ea8a391df63ff2dd81bd4 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 13:51:01 +0100 Subject: fix: make theming work hopefully --- image/prepare-container.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'image/prepare-container.sh') diff --git a/image/prepare-container.sh b/image/prepare-container.sh index 66ccb2f..fabe6e2 100755 --- a/image/prepare-container.sh +++ b/image/prepare-container.sh @@ -14,6 +14,8 @@ ensureKeyAlgo ecdsa [[ -f /etc/sshd_config ]] && mv /etc/sshd_config /etc/ssh/sshd_config || [[ -f /etc/ssh/sshd_config ]] chmod -w /etc/ssh/sshd_config +echo "$HIGHLIGHT_THEME" > /.highlight-theme + # prepare run dir if ! [[ -d "/var/run/sshd" ]]; then mkdir -p /var/run/sshd -- cgit v1.2.3