=head1 NAME
-startup.pl - Run the necessary steps to configure and start MAPS sensors
+init_setup.pl - Run the necessary steps to configure and start MAPS sensors
=head1 SYNOPSIS
-startup.pl /path/to/setupFile
+init_setup.pl /path/to/setupFile
Options:
-h, --help brief help message
die "Unable to create $picPath\n";
}
-# system("./startup.pl ".SETUPFILE);
+# system("./init_setup.pl ".SETUPFILE);
my $dummy;
print "<pre>";
print qx|date|;
-print qx"./startup.pl $setupFile";
+print qx"./init_setup.pl $setupFile";
unless($q->param('startupOnly') eq 'true'){
print qx|date|;