fix: silent curl
This commit is contained in:
parent
69ad693050
commit
a6dcb62014
@ -124,19 +124,13 @@ curl -s -X 'POST' \
|
|||||||
"http://localhost:19200/api/variable" \
|
"http://localhost:19200/api/variable" \
|
||||||
-H 'accept: */*' \
|
-H 'accept: */*' \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-d "{
|
-d "{\"Name\":\"ffmpeg\",\"Value\":\"$FFMPEG_PATH\"}" </dev/null 2>/dev/null
|
||||||
\"Name\": \"ffmpeg\",
|
|
||||||
\"Value\": \"$FFMPEG_PATH\"
|
|
||||||
}" 2>/dev/null
|
|
||||||
|
|
||||||
curl -s -X 'POST' \
|
curl -s -X 'POST' \
|
||||||
"http://localhost:19200/api/variable" \
|
"http://localhost:19200/api/variable" \
|
||||||
-H 'accept: */*' \
|
-H 'accept: */*' \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-d "{
|
-d "{\"Name\":\"ffprobe\",\"Value\":\"$FFPROBE_PATH\"}" </dev/null 2>/dev/null
|
||||||
\"Name\": \"ffprobe\",
|
|
||||||
\"Value\": \"$FFPROBE_PATH\"
|
|
||||||
}" 2>/dev/null
|
|
||||||
|
|
||||||
msg_ok "ffmpeg and ffprobe variables have been updated successfully."
|
msg_ok "ffmpeg and ffprobe variables have been updated successfully."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user