Export environment
authorDaniel Kouřil <kouril@ics.muni.cz>
Wed, 13 Oct 2004 09:54:16 +0000 (09:54 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Wed, 13 Oct 2004 09:54:16 +0000 (09:54 +0000)
org.glite.security.proxyrenewal/config/startup

index 5960221..6fe303b 100755 (executable)
@@ -13,6 +13,7 @@ start()
 {
        [ -n "$GLITE_HOST_CERT" ] && X509_USER_CERT="$GLITE_HOST_CERT"
        [ -n "$GLITE_HOST_KEY" ] && X509_USER_KEY="$GLITE_HOST_KEY"
+       export X509_USER_CERT X509_USER_KEY
 
        echo -n Starting ProxyRenewal Daemon: glite-proxy-renewd ...