mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
had arrows wrong direction for ifstat
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
require(dirname(__FILE__)."/config.php");
|
||||
require(WWW_DIR.'/lib/postprocess.php');
|
||||
$version="0.1r735";
|
||||
$version="0.1r736";
|
||||
|
||||
$db = new DB();
|
||||
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user