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" \