mirror of
https://codeberg.org/vegvisir/install.git
synced 2025-09-13 16:23:42 +02:00
fix: remove optional parameters from generated env.ini
This commit is contained in:
parent
0f23cf1e16
commit
e442d9ea7b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue