Revision dee5d2fb
Added by Renato Botelho almost 16 years ago
etc/rc.php_ini_setup | ||
---|---|---|
31 | 31 |
APCSHMEMSIZE="25" |
32 | 32 |
|
33 | 33 |
# Set upload directory |
34 |
if [ "$PLATFORM" = "embedded" ]; then |
|
35 |
UPLOADTMPDIR="/root" |
|
36 |
elif [ "$PLATFORM" = "embedded" ] ; then |
|
34 |
if [ "$PLATFORM" = "embedded" -o "$PLATFORM" = "nanobsd" ]; then |
|
37 | 35 |
UPLOADTMPDIR="/root" |
38 | 36 |
else |
39 | 37 |
UPLOADTMPDIR="/tmp" |
Also available in: Unified diff
Ensure nanobsd save tmp files under /root