Index: /tags/ipp-20130712/pstamp/scripts/pstamp_save_server_status.pl
===================================================================
--- /tags/ipp-20130712/pstamp/scripts/pstamp_save_server_status.pl	(revision 35914)
+++ /tags/ipp-20130712/pstamp/scripts/pstamp_save_server_status.pl	(revision 35915)
@@ -61,5 +61,6 @@
     $year, $month, $mday, $hour, $min, $sec;
 
-my $command = "pstamp_server_status > $file";
+my $command = "pstamp_server_status --workdir $pstamp_workdir > $file";
+#my $command = "pstamp_server_status > $file";
 my  ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     run(command => $command, verbose => $verbose);
Index: /tags/ipp-20130712/pstamp/scripts/pstamp_server_status
===================================================================
--- /tags/ipp-20130712/pstamp/scripts/pstamp_server_status	(revision 35914)
+++ /tags/ipp-20130712/pstamp/scripts/pstamp_server_status	(revision 35915)
@@ -162,12 +162,6 @@
     foreach my $line (@lines) {
         next unless $line =~ /data/;
-        # if (scalar @lines == 2) {
-        if (1) {
-            my ($total, $used, $free, $percent, $part) = split " ", $line;
-            print "<br><b>Working Directory:</b> $percent free: $free out of $total total<br>\n";
-        } else {
-            print "<br>\n";
-            print "unexpected output from df:\n$df_output\n";
-        }
+        my ($total, $used, $free, $percent, $part) = split " ", $line;
+        print "<br><b>Server Working Directory:</b>&nbsp;&nbsp;$percent full. $free free out of $total total.<br>\n";
     }
 
