summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-03-08 22:57:21 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-03-08 22:57:21 -0400
commitfcddf282aa61cf6f3d67c337a2c910dc1c2c644a (patch)
tree3fa587b1bdd47858683d81a24c8935f2fd94f1a6 /etc/phpshellsessions
parent5a038d6a08131ca6b4351d2faaa4ef8d9ab807c3 (diff)
downloadpfsense-fcddf282aa61cf6f3d67c337a2c910dc1c2c644a.zip
pfsense-fcddf282aa61cf6f3d67c337a2c910dc1c2c644a.tar.gz
Set CODIR early, remove directories as needed
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync11
1 files changed, 4 insertions, 7 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index 8759a4d..96b23f5 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -4,7 +4,10 @@
* Part of the pfSense project pfSsh.php subsystem
*/
+exec("rm -rf /home/pfsense /root/pfsense");
+
$GIT_REPO="http://gitweb.pfsense.org/pfsense/mainline.git";
+$CODIR = "/root/pfsense/";
global $argv;
global $command_split;
@@ -13,6 +16,7 @@ conf_mount_rw();
echo "\nRemoving downloaded cvssync data, please wait...";
exec("/bin/rm -rf /home/pfsense");
+exec("mkdir -p /home/pfsense");
echo " done.\n";
unlink_if_exists("/tmp/config.cache");
@@ -66,13 +70,6 @@ if($argv[4] == "NOBACKUP")
else
$nobackup = false;
-$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