summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-02-15 17:12:27 -0500
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-02-15 17:12:27 -0500
commit0a029d0c98278a57eb9af2f43590265ba817fc9d (patch)
tree14d5d4124dfa383f66a1292c77b17433cab812a5 /etc/phpshellsessions
parent28d221995282061e3cecab8d0a9cd8333717aeba (diff)
downloadpfsense-0a029d0c98278a57eb9af2f43590265ba817fc9d.zip
pfsense-0a029d0c98278a57eb9af2f43590265ba817fc9d.tar.gz
Blow away GIT repo until I get it under control (no pun intended)
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index 71eac9b..2aaaa61 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -70,6 +70,11 @@ else
$CODIR = "/root/pfsense/";
+// XXX Temporary until we get git under control.
+if(is_dir("$CODIR/pfSenseGITREPO"))
+ exec("rm -rf $CODIR/pfSenseGITREPO");
+
+
exec("mkdir -p /root/pfsense/$BRANCHTAG");
$found = false;
OpenPOWER on IntegriCloud