mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-09 02:55:59 +08:00
Allow setting curl options in environment variable (#455)
This commit is contained in:
committed by
Victor Vrantchan
parent
9f60f7baca
commit
8f5838ceea
@@ -2,4 +2,4 @@
|
||||
|
||||
source $MICROMDM_ENV_PATH
|
||||
endpoint="push"
|
||||
curl -u "micromdm:$API_TOKEN" "$SERVER_URL/$endpoint/$1"
|
||||
curl $CURL_OPTS -u "micromdm:$API_TOKEN" "$SERVER_URL/$endpoint/$1"
|
||||
|
||||
Reference in New Issue
Block a user