Skip to content

Commit 7e97df0

Browse files
committed
Remove reduntant bash settings in openqa bootstrap script
1 parent 2d67834 commit 7e97df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/openqa-bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -e
1+
#!/usr/bin/env bash
22
[[ $1 = "-h" ]] || [[ $1 = "--help" ]] && echo "Setup a working openQA installation, automating the steps mentioned in the 'custom installation' documentation section. Supports to immediately clone an existing job simply by supplying 'openqa-clone-job' parameters directly for a quickstart" && exit
33

44
set -xeuo pipefail

0 commit comments

Comments
 (0)