fix broken shell script (#9920)

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
Jacob Shandling 2023-02-21 15:49:16 -08:00 committed by GitHub
parent edc0324ac0
commit ea414cdbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/bash
if [[$USE_MDM == "1"]]; then
if [[ $USE_MDM == "1" ]]; then
export USE_MDM=0
else
export USE_MDM=1