mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
fix: silent curl
This commit is contained in:
@@ -127,7 +127,7 @@ curl -s -X 'POST' \
|
|||||||
-d "{
|
-d "{
|
||||||
\"Name\": \"ffmpeg\",
|
\"Name\": \"ffmpeg\",
|
||||||
\"Value\": \"$FFMPEG_PATH\"
|
\"Value\": \"$FFMPEG_PATH\"
|
||||||
}"
|
}" 2>/dev/null
|
||||||
|
|
||||||
curl -s -X 'POST' \
|
curl -s -X 'POST' \
|
||||||
"http://localhost:19200/api/variable" \
|
"http://localhost:19200/api/variable" \
|
||||||
@@ -136,7 +136,7 @@ curl -s -X 'POST' \
|
|||||||
-d "{
|
-d "{
|
||||||
\"Name\": \"ffprobe\",
|
\"Name\": \"ffprobe\",
|
||||||
\"Value\": \"$FFPROBE_PATH\"
|
\"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."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user