had arrows wrong direction for ifstat

This commit is contained in:
jonnyboy
2013-03-19 18:22:26 -04:00
parent afd5edc12b
commit e35b038bac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
require(dirname(__FILE__)."/config.php");
require(WWW_DIR.'/lib/postprocess.php');
$version="0.1r735";
$version="0.1r736";
$db = new DB();
+1 -1
View File
@@ -27,7 +27,7 @@ run_segment() {
;;
esac
if [ -n "${type}" ]; then
formate=$(echo "${formate} %.2f %.2f")
formate=$(echo "${formate} %.2f %.2f")
holder=$(echo "${holder},\$$((index)),\$$((index+1))")
fi
index=$((index+2))