aboutsummaryrefslogtreecommitdiffstats
path: root/image/prepare-container.sh
diff options
context:
space:
mode:
Diffstat (limited to 'image/prepare-container.sh')
-rwxr-xr-ximage/prepare-container.sh2
1 files changed, 1 insertions, 1 deletions
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