mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 15:27:25 +00:00
fix: update advanced options
This commit is contained in:
@@ -13,6 +13,12 @@ spawn bash ../../noco.sh
|
||||
expect "Enter the IP address or domain name for the NocoDB instance (default: localhost):"
|
||||
send "192.168.1.10\r"
|
||||
|
||||
expect "Do you want to enable Minio for file storage*"
|
||||
send "Y\r"
|
||||
|
||||
expect "Enter the MinIO domain name*"
|
||||
send "\r"
|
||||
|
||||
expect "Show Advanced Options*"
|
||||
send "\r"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user