Remove unused ftmp references

This commit is contained in:
Renato Botelho 2015-07-30 10:57:04 -03:00
parent 687631c683
commit 5f535596cd
2 changed files with 0 additions and 5 deletions

View File

@ -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",

View File

@ -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