fix: remove deleted wait_for_api
This commit is contained in:
parent
77d3f2a4fc
commit
ea7e4a1899
@ -84,7 +84,6 @@ systemctl enable -q --now fileflows.service
|
|||||||
msg_ok "Setup ${APPLICATION}"
|
msg_ok "Setup ${APPLICATION}"
|
||||||
|
|
||||||
msg_info "Setting ffmpeg variables in fileflows"
|
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')
|
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')
|
ffprobe_uid=$(curl -s -X 'GET' "http://localhost:19200/api/variable/name/ffprobe" -H 'accept: application/json' | jq -r '.Uid')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user