mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
Replace tabs with spaces
This commit is contained in:
@@ -69,8 +69,8 @@ function update_script() {
|
|||||||
wget https://github.com/janeczku/calibre-web/raw/master/library/metadata.db -P /opt/calibre-web
|
wget https://github.com/janeczku/calibre-web/raw/master/library/metadata.db -P /opt/calibre-web
|
||||||
if [ -f "/opt/calibre-web/options.txt" ]; then
|
if [ -f "/opt/calibre-web/options.txt" ]; then
|
||||||
echo "$FILE exists."
|
echo "$FILE exists."
|
||||||
cps_options="$(cat /opt/calibre-web/options.txt)"
|
cps_options="$(cat /opt/calibre-web/options.txt)"
|
||||||
pip install --upgrade calibreweb[$cps_options]
|
pip install --upgrade calibreweb[$cps_options]
|
||||||
else
|
else
|
||||||
pip install --upgrade calibreweb
|
pip install --upgrade calibreweb
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user