FileFlows Node: Stop Spinner before read -rp

This commit is contained in:
CanbiZ (MickLesk)
2026-09-04 10:11:46 +02:00
committed by GitHub
parent 205839c29a
commit 2808127904
+1
View File
@@ -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