From ebdab9c8cb16e7146ced395a627e91731c7c7467 Mon Sep 17 00:00:00 2001 From: mechanarchy <1166756+mechanarchy@users.noreply.github.com> Date: Sat, 6 May 2023 16:11:29 +1000 Subject: [PATCH 1/2] Fix sed error in calibre-web Same fix as #749, commit cae22cc --- calibre_web/rootfs/etc/cont-init.d/31-correct_smb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre_web/rootfs/etc/cont-init.d/31-correct_smb.sh b/calibre_web/rootfs/etc/cont-init.d/31-correct_smb.sh index 1f6b65e45..53d4711ba 100755 --- a/calibre_web/rootfs/etc/cont-init.d/31-correct_smb.sh +++ b/calibre_web/rootfs/etc/cont-init.d/31-correct_smb.sh @@ -1,5 +1,5 @@ #!/bin/bash if [ -f /etc/cont-init.d/00-smb_mounts.sh ]; then - sed -i "s|cifs -o \"|cifs -o \"nobrl," /etc/cont-init.d/00-smb_mounts.sh + sed -i "s|cifs -o \"|cifs -o \"nobrl,|g" /etc/cont-init.d/00-smb_mounts.sh fi From e313caaf42437dd7611542a2a8c927e715685e67 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 6 May 2023 08:17:48 +0200 Subject: [PATCH 2/2] Update config.json --- calibre_web/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index 497df27ab..65ce14e24 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -103,6 +103,6 @@ }, "slug": "calibre-web", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre_web", - "version": "0.6.20-ls208", + "version": "0.6.20-ls208-2", "video": true }