Commit a5fa0b8b authored by Justin Santa Barbara's avatar Justin Santa Barbara Committed by Tim Hockin

Set standard bash options in services helper script

parent d09c9fe3
...@@ -14,7 +14,9 @@ ...@@ -14,7 +14,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
set -e set -o errexit
set -o nounset
set -o pipefail
ACTION=${1} ACTION=${1}
SERVICE=${2} SERVICE=${2}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment