summaryrefslogtreecommitdiffstats
path: root/base/all/root/scripts/cluster_configure/templates/rhel/01.gpfs.base/3.3#/events/post
diff options
context:
space:
mode:
Diffstat (limited to 'base/all/root/scripts/cluster_configure/templates/rhel/01.gpfs.base/3.3#/events/post')
-rwxr-xr-xbase/all/root/scripts/cluster_configure/templates/rhel/01.gpfs.base/3.3#/events/post11
1 files changed, 0 insertions, 11 deletions
diff --git a/base/all/root/scripts/cluster_configure/templates/rhel/01.gpfs.base/3.3#/events/post b/base/all/root/scripts/cluster_configure/templates/rhel/01.gpfs.base/3.3#/events/post
deleted file mode 100755
index 2ddc918..0000000
--- a/base/all/root/scripts/cluster_configure/templates/rhel/01.gpfs.base/3.3#/events/post
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-. /etc/sysconfig/gpfs
-
-for i in $GPFS_SHARES ; do
- d="${i%:*}"
- p="${i#*:}"
-
- mkdir -p "$d"
- chmod "$p" "$d"
-done