Skip to content
Snippets Groups Projects
Commit a3a76be6 authored by Leigh B Stoller's avatar Leigh B Stoller Committed by Ryan Jackson
Browse files

Letf out the protogeni test; not supposed to run unless protogeni is

defined.
(cherry picked from commit 7b30c2d2)
parent 16c3451f
No related branches found
Tags stable-20120411
No related merge requests found
......@@ -13,7 +13,7 @@ sub InstallUpdate($$)
#
# Need to run this after the protogeni SQL update and install
#
if ($phase eq "post") {
if ($PGENISUPPORT && $phase eq "post") {
Phase "cacontrol", "Initializing protogeni ca table", sub {
ExecQuietFatal("$CACONTROL -i");
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment