summaryrefslogtreecommitdiff
path: root/policy-install
diff options
context:
space:
mode:
authorMirco Bauer <meebey@debian.org>2007-12-02 18:10:56 +0000
committerMirco Bauer <meebey@debian.org>2007-12-02 18:10:56 +0000
commitb96b665ca25a2053126767d6af7ac4415e7e5e64 (patch)
treea91218228c10aba03fa2df4eeab2d8a264eb1b24 /policy-install
parente3767df8ba01876af92208cb8e9bf5e8027aa41f (diff)
- cli-common 0.5.0 here we go
Diffstat (limited to 'policy-install')
-rwxr-xr-xpolicy-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/policy-install b/policy-install
index 2a69f2f..90e793d 100755
--- a/policy-install
+++ b/policy-install
@@ -24,9 +24,9 @@ do
# Copy this one as a installcligac
cp $file /usr/share/cli-common/packages.d/$POLICY.installcligac
- # Install it
- /usr/share/cli-common/gac-package-install $POLICY > /dev/null
-
+ #echo "Installing GAC policy file ($POLICY) into available GACs"
+ /usr/share/cli-common/gac-package-install $POLICY > /dev/null || exit 1
+
# We just deal with the one
exit
done