github.com/amrnt/deis@v1.3.1/registry/bin/check (about) 1 #!/bin/bash 2 # 3 # Check that the configuration for deis-registry is valid. 4 # 5 6 if grep -q "<no value>" $1 ; then 7 exit 1 8 fi