From 6b9989aa01b205e98b58cb43495b212be404e92d Mon Sep 17 00:00:00 2001 From: tremor021 Date: Wed, 8 Apr 2026 08:50:15 +0200 Subject: [PATCH] Ente: align read --- install/ente-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/ente-install.sh b/install/ente-install.sh index 35c2500f..921f9bfb 100644 --- a/install/ente-install.sh +++ b/install/ente-install.sh @@ -86,7 +86,7 @@ cat </etc/default/minio MINIO_ROOT_USER=minioadmin MINIO_ROOT_PASSWORD=${MINIO_PASS} MINIO_VOLUMES=/opt/minio/data -MINIO_OPTS="--address :3200 --console-address :3201" +lMINIO_OPTS="--address :3200 --console-address :3201" EOF cat <<'EOF' >/etc/systemd/system/minio.service [Unit] @@ -157,7 +157,7 @@ jwt: EOF msg_ok "Created museum.yaml" -read -r -p "Enter the public URL for Ente backend (e.g., https://api.ente.yourdomain.com or http://192.168.1.100:8080) leave empty to use container IP: " backend_url +read -r -p "${TAB3}Enter the public URL for Ente backend (e.g., https://api.ente.yourdomain.com or http://192.168.1.100:8080) leave empty to use container IP: " backend_url if [[ -z "$backend_url" ]]; then ENTE_BACKEND_URL="http://$LOCAL_IP:8080" msg_info "No URL provided" @@ -168,7 +168,7 @@ else msg_ok "Using provided URL: $ENTE_BACKEND_URL\n" fi -read -r -p "Enter the public URL for Ente albums (e.g., https://albums.ente.yourdomain.com or http://192.168.1.100:3002) leave empty to use container IP: " albums_url +read -r -p "${TAB3}Enter the public URL for Ente albums (e.g., https://albums.ente.yourdomain.com or http://192.168.1.100:3002) leave empty to use container IP: " albums_url if [[ -z "$albums_url" ]]; then ENTE_ALBUMS_URL="http://$LOCAL_IP:3002" msg_info "No URL provided" @@ -448,4 +448,4 @@ msg_ok "Created helper scripts" motd_ssh customize -cleanup_lxc \ No newline at end of file +cleanup_lxc