fixed sh/qra so that it shows the correct lat/long
[spider.git] / cmd / load / keps.pl
diff --git a/cmd/load/keps.pl b/cmd/load/keps.pl
new file mode 100644 (file)
index 0000000..71229e1
--- /dev/null
@@ -0,0 +1,8 @@
+#
+# load the the keps file after changing it
+#
+my $self = shift;
+return (1, $self->msg('e5')) if $self->priv < 9;
+my @out = Sun::load($self);
+@out = ($self->msg('ok')) if !@out;
+return (1, @out);