Skip to content

Commit e062bc6

Browse files
committed
Added more strict settings for bash scripts
1 parent a4419f5 commit e062bc6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

genlocalconfig.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16+
set -euo pipefail
1617

1718
rm -rf ~/.dclcli
1819
rm -rf ~/.dcld

genlocalnetconfig.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16+
set -euo pipefail
1617

1718
rm -rf ~/.dclcli
1819
rm -rf ~/.dcld

0 commit comments

Comments
 (0)