mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +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
|