summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-27 18:28:47 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-27 18:28:47 -0400
commit800b73e6603f361c2224c132cfd19159a74107c9 (patch)
tree447ab5d22acb8a76f95cf95bae11b476fdad6bc5 /etc/rc.php_ini_setup
parent803c0401a589ea8090a054eedb304474579420b8 (diff)
downloadpfsense-800b73e6603f361c2224c132cfd19159a74107c9.zip
pfsense-800b73e6603f361c2224c132cfd19159a74107c9.tar.gz
Handle nanobsd platform
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 1ff0810..861f485 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -33,6 +33,8 @@ APCSHMEMSIZE="25"
# Set upload directory
if [ "$PLATFORM" = "embedded" ]; then
UPLOADTMPDIR="/root"
+elif [ "$PLATFORM" = "embedded" ] ; then
+ UPLOADTMPDIR="/root"
else
UPLOADTMPDIR="/tmp"
fi
OpenPOWER on IntegriCloud