summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-03-12 23:50:16 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-03-12 23:50:16 -0400
commit1a57c46ae48f685b81e679489a436dec75dcd68d (patch)
treeba773ecd542d53fe6a2563f7e6d9e31ce549c0a5 /etc/phpshellsessions
parent5dd4db176a167c981086007c3c7bc245df4a3a9a (diff)
downloadpfsense-1a57c46ae48f685b81e679489a436dec75dcd68d.zip
pfsense-1a57c46ae48f685b81e679489a436dec75dcd68d.tar.gz
cd to correct directory
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index a347923..461811f 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -122,7 +122,7 @@ if(is_dir("$CODIR/pfSenseGITREPO")) {
}
if($branch == "master") {
- exec("cd $CODIR/pfSenseGITREPO && git checkout master");
+ exec("cd $CODIR/pfSenseGITREPO/pfSenseGITREPO && git checkout master");
} else {
$current_branch=`git branch | grep $branch`;
if($current_branch == "") {
OpenPOWER on IntegriCloud