mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-29 01:10:32 +02:00
Merge pull request #826 from mechanarchy/patch-2
Fix sed error in calibre-web
This commit is contained in:
@@ -103,6 +103,6 @@
|
|||||||
},
|
},
|
||||||
"slug": "calibre-web",
|
"slug": "calibre-web",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/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
|
"video": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ -f /etc/cont-init.d/00-smb_mounts.sh ]; then
|
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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user