From 5f535596cd63cff460fea2fac49d622dd8c34124 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 30 Jul 2015 10:57:04 -0300 Subject: Remove unused ftmp references --- etc/inc/globals.inc | 1 - etc/rc.firmware | 4 ---- 2 files changed, 5 deletions(-) diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 050f3d8..504f67c 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 2afb051..5d140fe 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 <