summaryrefslogtreecommitdiffstats
path: root/scripts/clvmd_fix_conf.sh
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-05-14 11:33:20 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-05-14 11:33:20 +0000
commit7515338726a402b41585968057b25904814e3f3e (patch)
tree4184709c28a387fe9f1c45fbc5051b9fd2f36e80 /scripts/clvmd_fix_conf.sh
parent28e2b5b213f1f40784add459a74744b0ff071a91 (diff)
downloadlvm2-7515338726a402b41585968057b25904814e3f3e.tar.gz
lvm2-7515338726a402b41585968057b25904814e3f3e.tar.xz
lvm2-7515338726a402b41585968057b25904814e3f3e.zip
Use /bin/bash for scripts with bashisms
Diffstat (limited to 'scripts/clvmd_fix_conf.sh')
-rw-r--r--scripts/clvmd_fix_conf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clvmd_fix_conf.sh b/scripts/clvmd_fix_conf.sh
index a00263c1..cc2c50dc 100644
--- a/scripts/clvmd_fix_conf.sh
+++ b/scripts/clvmd_fix_conf.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Edit an lvm.conf file to enable cluster locking.
#