From 184d1760951fa11700e140877bdf75a9be688d17 Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Thu, 21 Aug 2025 20:06:52 +0000 Subject: [PATCH] Fix scriptpath --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 88f546d..89375d4 100755 --- a/installer.sh +++ b/installer.sh @@ -103,7 +103,7 @@ php maintenance/run.php install \ --dbname="$DB_NAME" \ --dbuser="$DB_USER" \ --dbpass="$DB_PASS" \ - --scriptpath="/" \ + --scriptpath="" \ --server="https://localhost" \ --lang="en" \ "$WIKI_NAME" \