From e442d9ea7b202ee4ec48f03e2d5fab3fa0816f9d Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Wed, 2 Apr 2025 13:52:44 +0200 Subject: [PATCH] fix: remove optional parameters from generated env.ini --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 894e19b..077bac1 100755 --- a/install.sh +++ b/install.sh @@ -81,8 +81,7 @@ configure_vegvisir() { "root_path = '${cwd}'" "shell_page = 'public/shell'" "public_path = 'public/'" - "worker_magic_pathname = '/__vvnavwrkr'" - "rfc_4288_url = 'https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types'" + "worker_magic_pathname = '/__vvnavwrkr'" # Remove this when https://codeberg.org/vegvisir/vegvisir/pulls/60 is merged ) for line in "${config[@]}" ; do