From 2808127904ed84242e314bb9af14ce9dc6662c4d Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:11:46 +0200 Subject: [PATCH] FileFlows Node: Stop Spinner before read -rp --- install/fileflows-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/fileflows-install.sh b/install/fileflows-install.sh index f4d6f3fcf..c8c07ffdf 100644 --- a/install/fileflows-install.sh +++ b/install/fileflows-install.sh @@ -55,6 +55,7 @@ if [[ "$install_server" =~ ^[Ss]$ ]]; then msg_ok "Installed FileFlows Server" else msg_info "Installing FileFlows Node" + stop_spinner read -r -p "${TAB3}Enter FileFlows Server URL (e.g. http://192.168.1.10:19200): " server_url while [[ -z "${server_url// /}" ]]; do read -r -p "${TAB3}Enter FileFlows Server URL (e.g. http://192.168.1.10:19200): " server_url