From ea7e4a1899186a88e1c177bf6bd5b97837a39c31 Mon Sep 17 00:00:00 2001 From: Kyle Kroboth Date: Thu, 13 Mar 2025 22:38:40 -0400 Subject: [PATCH] fix: remove deleted wait_for_api --- install/fileflows-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/fileflows-install.sh b/install/fileflows-install.sh index 93cfd60..97a8745 100644 --- a/install/fileflows-install.sh +++ b/install/fileflows-install.sh @@ -84,7 +84,6 @@ systemctl enable -q --now fileflows.service msg_ok "Setup ${APPLICATION}" msg_info "Setting ffmpeg variables in fileflows" -wait_for_api ffmpeg_uid=$(curl -s -X 'GET' "http://localhost:19200/api/variable/name/ffmpeg" -H 'accept: application/json' | jq -r '.Uid') ffprobe_uid=$(curl -s -X 'GET' "http://localhost:19200/api/variable/name/ffprobe" -H 'accept: application/json' | jq -r '.Uid')