diff options
| -rwxr-xr-x | extras/hook-scripts/create/post/S10selinux-label-brick.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/hook-scripts/create/post/S10selinux-label-brick.sh b/extras/hook-scripts/create/post/S10selinux-label-brick.sh index d69a938123e..f38555c26c0 100755 --- a/extras/hook-scripts/create/post/S10selinux-label-brick.sh +++ b/extras/hook-scripts/create/post/S10selinux-label-brick.sh @@ -13,7 +13,7 @@ PROGNAME="Sselinux"  OPTSPEC="volname:"  VOL= -function parse_args () { +parse_args () {          ARGS=$(getopt -l $OPTSPEC  -name $PROGNAME $@)          eval set -- "$ARGS" @@ -32,7 +32,7 @@ function parse_args () {          done  } -function set_brick_labels() +set_brick_labels()  {          volname=$1  | 
