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