diff options
Diffstat (limited to 'extras')
-rwxr-xr-x | extras/quota/log_accounting.sh | 2 | ||||
-rwxr-xr-x | extras/quota/quota_fsck.py | 2 | ||||
-rwxr-xr-x | extras/stop-all-gluster-processes.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extras/quota/log_accounting.sh b/extras/quota/log_accounting.sh index 9c2381f6a95..e2dd87b84d7 100755 --- a/extras/quota/log_accounting.sh +++ b/extras/quota/log_accounting.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash # The script does an accounting of all directories using command 'du' and # using gluster. We can then compare the two to identify accounting mismatch # THere can be minor mismatch because gluster only accounts for the size of diff --git a/extras/quota/quota_fsck.py b/extras/quota/quota_fsck.py index 2803c6ec7c6..f03895de114 100755 --- a/extras/quota/quota_fsck.py +++ b/extras/quota/quota_fsck.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # The following script enables, Detecting, Reporting and Fixing # anomalies in quota accounting. Run this script with -h option # for further details. diff --git a/extras/stop-all-gluster-processes.sh b/extras/stop-all-gluster-processes.sh index ea2b48ee88b..710aaf5fd3c 100755 --- a/extras/stop-all-gluster-processes.sh +++ b/extras/stop-all-gluster-processes.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash # # Kill all the processes/services except glusterd # |