Index: /trunk/ippScripts/scripts/camera_exp.pl
===================================================================
--- /trunk/ippScripts/scripts/camera_exp.pl	(revision 35799)
+++ /trunk/ippScripts/scripts/camera_exp.pl	(revision 35800)
@@ -532,9 +532,9 @@
             $command .= " -path_base $outroot" if defined $outroot;
             $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400));
+            $command .= " -hostname $host" if defined $host;
         } else {
             $command .= " -updateprocessedexp";
             $command .= " -fault $exit_code";
         }
-        $command .= " -hostname $host" if defined $host;
         $command .= " -dbname $dbname" if defined $dbname;
         system ($command);
