From 9aeb6e986742a642f8c6434ea87af9b0c85471ed Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 7 Aug 2025 06:44:45 +0200 Subject: [PATCH] chore: remove Vegvisr worker magic name --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 077bac1..bd4aa48 100755 --- a/install.sh +++ b/install.sh @@ -81,7 +81,6 @@ configure_vegvisir() { "root_path = '${cwd}'" "shell_page = 'public/shell'" "public_path = 'public/'" - "worker_magic_pathname = '/__vvnavwrkr'" # Remove this when https://codeberg.org/vegvisir/vegvisir/pulls/60 is merged ) for line in "${config[@]}" ; do