Browse Source

fix: clear screen and update config title

auto-upstall-minio
DarkPhoenix2704 1 day ago
parent
commit
1c6b9d1ee5
No known key found for this signature in database
GPG Key ID: 3F76B10622A07849
  1. 3
      docker-compose/1_Auto_Upstall/noco.sh

3
docker-compose/1_Auto_Upstall/noco.sh

@ -493,9 +493,10 @@ check_system_requirements() {
} }
get_user_inputs() { get_user_inputs() {
clear
cat << EOF cat << EOF
╔════════════════════════════════════════╗ ╔════════════════════════════════════════╗
NocoDB Configuration Assistant NocoDB AutoUpstall Assistant
╚════════════════════════════════════════╝ ╚════════════════════════════════════════╝
EOF EOF
print_empty_line print_empty_line

Loading…
Cancel
Save