summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions/gitsync
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-13 16:08:15 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-13 16:08:15 -0300
commitdc86f24d72d56a7e3b6e06835b814c4f4bf674db (patch)
treeba2ea3cbab4f296de16d9808a8bcc25a40bc411c /etc/phpshellsessions/gitsync
parentc352b9d149a96538097c65fc5d58aa587b661e6e (diff)
downloadpfsense-dc86f24d72d56a7e3b6e06835b814c4f4bf674db.zip
pfsense-dc86f24d72d56a7e3b6e06835b814c4f4bf674db.tar.gz
Fix path for trigger_initial_wizard
Diffstat (limited to 'etc/phpshellsessions/gitsync')
-rw-r--r--etc/phpshellsessions/gitsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync
index 17f9b09..5dd8141 100644
--- a/etc/phpshellsessions/gitsync
+++ b/etc/phpshellsessions/gitsync
@@ -321,7 +321,7 @@ exec("cd ${CODIR}/pfSenseGITREPO/pfSenseGITREPO && find . -name CVS -exec rm -rf
exec("cd ${CODIR}/pfSenseGITREPO/pfSenseGITREPO && find . -name pfSense.tgz -exec rm {} \; 2>/dev/null");
// Remove files that we do not want to overwrite the system with
-exec("rm ${CODIR}/pfSenseGITREPO/pfSenseGITREPO/usr/local/www/trigger_initial_wizard 2>/dev/null");
+exec("rm ${CODIR}/pfSenseGITREPO/pfSenseGITREPO/cf/conf/trigger_initial_wizard 2>/dev/null");
exec("rm ${CODIR}/pfSenseGITREPO/pfSenseGITREPO/etc/crontab 2>/dev/null");
exec("rm ${CODIR}/pfSenseGITREPO/pfSenseGITREPO/etc/master.passwd 2>/dev/null");
exec("rm ${CODIR}/pfSenseGITREPO/pfSenseGITREPO/etc/passwd 2>/dev/null");
OpenPOWER on IntegriCloud