6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -n "${test_encryption}" ]; then
|
|
bash .evergreen/setup-encryption.sh
|
|
fi
|