Ensure nanobsd save tmp files under /root

This commit is contained in:
Renato Botelho 2009-08-12 15:50:42 -03:00
parent 1dcba27ccb
commit dee5d2fbfc

View File

@ -31,9 +31,7 @@ EXTENSIONSDIR="/usr/local/lib/php/20060613/"
APCSHMEMSIZE="25"
# Set upload directory
if [ "$PLATFORM" = "embedded" ]; then
UPLOADTMPDIR="/root"
elif [ "$PLATFORM" = "embedded" ] ; then
if [ "$PLATFORM" = "embedded" -o "$PLATFORM" = "nanobsd" ]; then
UPLOADTMPDIR="/root"
else
UPLOADTMPDIR="/tmp"