mirror of https://github.com/k3s-io/k3s
Set standard bash options in services helper script
parent
bcd92c7522
commit
944fc1ed58
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue