summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
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/rc.php_ini_setup
parent115b7b81835df0aaf37f305042382911dd719245 (diff)
downloadpfsense-e61f548f2ca406d1e89af2675d1dbe80e20a24fc.zip
pfsense-e61f548f2ca406d1e89af2675d1dbe80e20a24fc.tar.gz
Get rid of embedded platform. Its time to GC this
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index f434f1e..f726ade 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -81,7 +81,7 @@ else
fi
# Set upload directory
-if [ "$PLATFORM" = "embedded" -o "$PLATFORM" = "nanobsd" ]; then
+if [ "$PLATFORM" = "nanobsd" ]; then
UPLOADTMPDIR=`/usr/bin/grep upload_path /etc/inc/globals.inc | /usr/bin/cut -d'"' -f4`
else
UPLOADTMPDIR="/tmp"
OpenPOWER on IntegriCloud