fix: update advanced options

This commit is contained in:
DarkPhoenix2704
2024-11-19 12:06:12 +05:30
parent 88534be653
commit 0c72b6e552
8 changed files with 187 additions and 47 deletions

View File

@@ -12,6 +12,12 @@ spawn bash ../../noco.sh
expect "Enter the IP address or domain name for the NocoDB instance (default: localhost):"
send "\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 "Y\r"
@@ -24,12 +30,6 @@ send "P\r"
expect "Do you want to enabled Redis for caching*"
send "Y\r"
expect "Do you want to enable Minio for file storage*"
send "Y\r"
expect "Enter the MinIO domain name*"
send "\r"
expect "Do you want to enabled Watchtower for automatic updates*"
send "\r"