From 147a00b16e3c209b3876d046792799858b2586ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Thu, 18 Apr 2024 12:43:59 -0400 Subject: [PATCH] Replace tabs with spaces --- ct/calibre-web.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/calibre-web.sh b/ct/calibre-web.sh index a4ff0449..33dcb84d 100644 --- a/ct/calibre-web.sh +++ b/ct/calibre-web.sh @@ -69,8 +69,8 @@ function update_script() { wget https://github.com/janeczku/calibre-web/raw/master/library/metadata.db -P /opt/calibre-web if [ -f "/opt/calibre-web/options.txt" ]; then echo "$FILE exists." - cps_options="$(cat /opt/calibre-web/options.txt)" - pip install --upgrade calibreweb[$cps_options] + cps_options="$(cat /opt/calibre-web/options.txt)" + pip install --upgrade calibreweb[$cps_options] else pip install --upgrade calibreweb fi