summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
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