From 0cae40f435b9b1d3d236eb45bb0834e60e830f4c Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sun, 5 Jan 2025 17:24:44 +0100 Subject: [PATCH] Updated install-calibre-server.ps1 --- scripts/install-calibre-server.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-calibre-server.ps1 b/scripts/install-calibre-server.ps1 index 2258bf74..e25d3277 100755 --- a/scripts/install-calibre-server.ps1 +++ b/scripts/install-calibre-server.ps1 @@ -17,7 +17,7 @@ #Requires -RunAsAdministrator -param([int]$port = 8099, [string]$mediaFolder = "$HOME/Calibre Library", [string]$userDB = "$HOME/CalibreUsers.sqlite", [string]$logfile = "$HOME/CalibreServer.log") +param([int]$port = 8099, [string]$mediaFolder = "/opt/Calibre Library", [string]$userDB = "/opt/CalibreUsers.sqlite", [string]$logfile = "/opt/CalibreServer.log") try { if (-not $IsLinux) { throw "Sorry, currently only supported on Linux" }