summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-04-14 13:06:13 +0000
committerErmal <eri@pfsense.org>2014-04-14 13:06:28 +0000
commite61f548f2ca406d1e89af2675d1dbe80e20a24fc (patch)
tree2a94738d0983ff928bbf013a4221e5a3114522c8 /etc/phpshellsessions
parent115b7b81835df0aaf37f305042382911dd719245 (diff)
downloadpfsense-e61f548f2ca406d1e89af2675d1dbe80e20a24fc.zip
pfsense-e61f548f2ca406d1e89af2675d1dbe80e20a24fc.tar.gz
Get rid of embedded platform. Its time to GC this
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/gitsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync
index 775eb5e..17f9b09 100644
--- a/etc/phpshellsessions/gitsync
+++ b/etc/phpshellsessions/gitsync
@@ -90,7 +90,7 @@ if(!file_exists($GIT_BIN)) {
if (empty($pkg_info["git"])) {
echo "Can't locate git package in pfSense repo. Using FreeBSD pkg repo..";
- if (($g['platform'] == "nanobsd") || ($g['platform'] == "embedded")) {
+ if (($g['platform'] == "nanobsd")) {
$pkgtmpdir = "/usr/bin/env PKG_TMPDIR=/root/ ";
$pkgstagingdir = "/root/tmp";
if (!is_dir($pkgstagingdir))
OpenPOWER on IntegriCloud