fix: remove debug echos
This commit is contained in:
parent
d3382ec518
commit
39407080e9
@ -104,10 +104,7 @@ msg_info "Setting ffmpeg variables in fileflows"
|
|||||||
wait_for_api
|
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')
|
||||||
echo "ffmpeg UID: $FFMPEG_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')
|
||||||
echo "ffprobe UID: $FFPROBE_UID"
|
|
||||||
|
|
||||||
curl -s -X 'DELETE' \
|
curl -s -X 'DELETE' \
|
||||||
"http://localhost:19200/api/variable" \
|
"http://localhost:19200/api/variable" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user