mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-04 16:26:23 +08:00
5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
source $MICROMDM_ENV_PATH
|
|
endpoint="v1/dep/syncnow"
|
|
curl $CURL_OPTS -u "micromdm:$API_TOKEN" -X POST "$SERVER_URL/$endpoint"
|