From 800b73e6603f361c2224c132cfd19159a74107c9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 27 Jun 2009 18:28:47 -0400 Subject: Handle nanobsd platform --- etc/rc.php_ini_setup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/rc.php_ini_setup') 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 -- cgit v1.1