diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 050f3d8eac..504f67c07e 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -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", diff --git a/etc/rc.firmware b/etc/rc.firmware index 2afb051f7e..5d140fe7ec 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -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 <