From: Ilya Dryomov Date: Sun, 4 Dec 2022 10:40:24 +0000 (+0100) Subject: qa: rbd_groups.sh: change interpreter to bash X-Git-Tag: v18.1.0~756^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8f712733af25ddaa3d7a55c571042ef70ecf9454;p=ceph.git qa: rbd_groups.sh: change interpreter to bash Commit e0da2a4e8cae ("qa/workunits/rbd: Add test to list snapshots of consistency group") added bash-specific syntax. Signed-off-by: Ilya Dryomov --- diff --git a/qa/workunits/rbd/rbd_groups.sh b/qa/workunits/rbd/rbd_groups.sh index 4c684adfb0ea6..a3261848441f0 100755 --- a/qa/workunits/rbd/rbd_groups.sh +++ b/qa/workunits/rbd/rbd_groups.sh @@ -1,4 +1,6 @@ -#!/bin/sh -ex +#!/usr/bin/env bash + +set -ex # # rbd_consistency_groups.sh - test consistency groups cli commands