commit 5ff1de986d174ec3e8a382ccf5b7fd1e3592ed39
Author: David Sorber <dsorber@phalanx.fios-router.home>
Date:   Fri Jan 4 17:28:09 2019 -0500

    Updating display script with parameters from new server configuration.

diff --git a/software/misc/display.py b/software/misc/display.py
index bcca166..a560a74 100755
--- a/software/misc/display.py
+++ b/software/misc/display.py
@@ -59,8 +59,8 @@ def main():
 
     hostname = subprocess.check_output('hostname', shell=True).strip()
 
-    ip_addr = get_ipv4_addr('enp3s0')
-    root_stats = get_fs_usage('/dev/sda2')
+    ip_addr = get_ipv4_addr('enp4s0')
+    root_stats = get_fs_usage('/dev/sdf2')
     storage_stats = get_fs_usage('/dev/md0')
 
     print YELLOW + BOLD + '       _           _                  '
