mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
fix broken shell script (#9920)
Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
edc0324ac0
commit
ea414cdbb2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user