mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove unused ftmp references
This commit is contained in:
parent
687631c683
commit
5f535596cd
@ -51,7 +51,6 @@ $g = array(
|
||||
"etc_path" => "/etc",
|
||||
"tmp_path" => "/tmp",
|
||||
"conf_path" => "/conf",
|
||||
"ftmp_path" => "/ftmp",
|
||||
"conf_default_path" => "/conf.default",
|
||||
"cf_path" => "/cf",
|
||||
"cf_conf_path" => "/cf/conf",
|
||||
|
||||
@ -22,10 +22,6 @@ if [ $# -eq 3 ]; then
|
||||
export CUSTOMIMG=$3
|
||||
fi
|
||||
|
||||
if [ $ACTION != "upgrade" ]; then
|
||||
/sbin/umount -f /ftmp > /dev/null 2>&1
|
||||
fi
|
||||
|
||||
file_notice() {
|
||||
/usr/local/bin/php -q -d auto_prepend_file=config.inc <<ENDOFF
|
||||
<?php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user