From 9eb523beeddc88be51de094e117737797dbdda5d Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 14:06:03 +0100 Subject: fix: make it work? --- image/prepare-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/prepare-container.sh') diff --git a/image/prepare-container.sh b/image/prepare-container.sh index fabe6e2..c72df2e 100755 --- a/image/prepare-container.sh +++ b/image/prepare-container.sh @@ -14,7 +14,7 @@ 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 +echo -n "$HIGHLIGHT_THEME" > /.highlight-theme # prepare run dir if ! [[ -d "/var/run/sshd" ]]; then -- cgit v1.2.3