mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
9 lines
110 B
Bash
Executable file
9 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [[ $USE_MDM == "1" ]]; then
|
|
export USE_MDM=0
|
|
else
|
|
export USE_MDM=1
|
|
fi
|
|
|
|
source $FLEET_ENV_PATH
|