Remove bash autocluster script and supporting files
[autocluster.git] / base / all / root / scripts / cluster_configure / templates / rhel / 01.gpfs.base / 3.3# / events / post
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 (executable)
index 2ddc918..0000000
+++ /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