mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
Set standard bash options in services helper script
This commit is contained in:
committed by
Tim Hockin
parent
d09c9fe355
commit
a5fa0b8bb5
@@ -14,7 +14,9 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
set -e
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
ACTION=${1}
|
||||
SERVICE=${2}
|
||||
|
Reference in New Issue
Block a user