Skip to content

Commit 79d5972

Browse files
authored
fix calibre web
direct merge because issue in big merge
1 parent f511d88 commit 79d5972

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ct/calibre-web.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ function update_script() {
4141
rm -rf kepubify-linux-64bit
4242
curl -fsSLO https://github.com/pgaskin/kepubify/releases/latest/download/kepubify-linux-64bit
4343
chmod +x kepubify-linux-64bit
44-
menu_array=("1" "Enables gdrive as storage backend for your ebooks" OFF
45-
"2" "Enables sending emails via a googlemail account without enabling insecure apps" OFF
46-
"3" "Enables displaying of additional author infos on the authors page" OFF
47-
"4" "Enables login via LDAP server" OFF
48-
"5" "Enables login via google or github oauth" OFF
49-
"6" "Enables extracting of metadata from epub, fb2, pdf files, and also extraction of covers from cbr, cbz, cbt files" OFF
50-
"7" "Enables extracting of metadata from cbr, cbz, cbt files" OFF
44+
menu_array=("1" "Enables gdrive as storage backend for your ebooks" OFF \
45+
"2" "Enables sending emails via a googlemail account without enabling insecure apps" OFF \
46+
"3" "Enables displaying of additional author infos on the authors page" OFF \
47+
"4" "Enables login via LDAP server" OFF \
48+
"5" "Enables login via google or github oauth" OFF \
49+
"6" "Enables extracting of metadata from epub, fb2, pdf files, and also extraction of covers from cbr, cbz, cbt files" OFF \
50+
"7" "Enables extracting of metadata from cbr, cbz, cbt files" OFF \
5151
"8" "Enables syncing with your kobo reader" OFF)
5252
if [ -f "/opt/calibre-web/options.txt" ]; then
5353
cps_options="$(cat /opt/calibre-web/options.txt)"
@@ -140,4 +140,4 @@ description
140140
msg_ok "Completed Successfully!\n"
141141
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
142142
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
143-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8083${CL}"
143+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8083${CL}"

0 commit comments

Comments
 (0)