1 2 3 4 5 6 7
#!/bin/bash if [ "$UPDATE_CA_CERTIFICATES" == "true" ]; then update-ca-certificates fi sleep infinity