mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-09-23 13:45:50 +00:00
FileFlows Node: Stop Spinner before read -rp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user