From e39239dce94473306a104d2c4a20f5fddcf43d36 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 15:39:47 +0100 Subject: fix: stupid bug --- image/prepare-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image') diff --git a/image/prepare-container.sh b/image/prepare-container.sh index b1459fd..87f4eb2 100755 --- a/image/prepare-container.sh +++ b/image/prepare-container.sh @@ -16,7 +16,7 @@ chmod -w /etc/ssh/sshd_config echo -n "$HIGHLIGHT_THEME" > /.highlight-theme -[[ "$KEEP_MD5_AVATARS" == "true" ]] || sed -i s/md5/sha256/gu /usr/lib/cgit/filters/email-libravatar.lua +[[ "$KEEP_MD5_AVATARS" == "true" ]] || sed -i s/md5/sha256/g /usr/lib/cgit/filters/email-libravatar.lua # prepare run dir if ! [[ -d "/var/run/sshd" ]]; then -- cgit v1.2.3