From 80b51641d22506d52de658002e20bc2dc631acf6 Mon Sep 17 00:00:00 2001 From: david hill Date: Mon, 16 May 2016 13:36:11 -0500 Subject: [PATCH] change --- tools/configMgt/dm_parent_installer.sh | 6 +++--- tools/configMgt/pm_parent_installer.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/configMgt/dm_parent_installer.sh b/tools/configMgt/dm_parent_installer.sh index 48627505e..01faf430a 100755 --- a/tools/configMgt/dm_parent_installer.sh +++ b/tools/configMgt/dm_parent_installer.sh @@ -27,9 +27,9 @@ set SHARED "//srvhill01/shared" log_user $DEBUG spawn -noecho /bin/bash -SET CONFIG "Calpont" -if { $PACKAGENAME != "NULL"} { - SET CONFIG "Calpont" +set CONFIG "Calpont" +if { $PACKAGENAME != "columnstore"} { + set CONFIG "Calpont" } diff --git a/tools/configMgt/pm_parent_installer.sh b/tools/configMgt/pm_parent_installer.sh index a9e038c2e..f2dd2756e 100755 --- a/tools/configMgt/pm_parent_installer.sh +++ b/tools/configMgt/pm_parent_installer.sh @@ -27,9 +27,9 @@ set INSTALLDIR "/usr/local" log_user $DEBUG spawn -noecho /bin/bash -SET CONFIG "Calpont" -if { $PACKAGENAME != "NULL"} { - SET CONFIG "Calpont" +set CONFIG "Calpont" +if { $PACKAGENAME != "columnstore"} { + set CONFIG "Calpont" } send "rm -f $PACKAGE\n"