mirror of
https://github.com/ceph/ceph
synced 2025-01-02 00:52:22 +00:00
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 <idryomov@gmail.com>
This commit is contained in:
parent
9ca2ec704e
commit
8f712733af
@ -1,4 +1,6 @@
|
||||
#!/bin/sh -ex
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
#
|
||||
# rbd_consistency_groups.sh - test consistency groups cli commands
|
||||
|
Loading…
Reference in New Issue
Block a user