adds bash flags

This commit is contained in:
hashfyre 2017-12-11 15:40:44 +05:30
parent e264442450
commit f546a27b4c
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
set -euo pipefail
if [ -z ${PLUGIN_NAMESPACE} ]; then if [ -z ${PLUGIN_NAMESPACE} ]; then
PLUGIN_NAMESPACE="default" PLUGIN_NAMESPACE="default"