mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ensure nanobsd save tmp files under /root
This commit is contained in:
parent
1dcba27ccb
commit
dee5d2fbfc
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user