mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
fix(coreos-base/oem-*): be consistent about sh -e
Use sh -e everywhere to be safe.
This commit is contained in:
parent
729fe0e6ae
commit
f8f054c1d7
@ -1,6 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
#!/bin/sh -e
|
||||
|
||||
KEY_URL="http://169.254.169.254/latest/meta-data/public-keys/0/openssh-key"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash +x
|
||||
#!/bin/bash -e
|
||||
|
||||
ENV=$1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash -e
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash +x
|
||||
#!/bin/bash -e
|
||||
|
||||
ENV=$1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user