aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-05-20 16:02:05 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2014-05-20 16:02:05 +0300
commit7f40bb8674983f8e4fc11fbebe56f88daa812c1a (patch)
tree7fddab9cfe1c8d889747973df5d509f199400829 /etc
parent3982b7baf3c5cd41bb875e0643335617e8f78ca1 (diff)
downloadeclat-7f40bb8674983f8e4fc11fbebe56f88daa812c1a.tar.gz
eclat-7f40bb8674983f8e4fc11fbebe56f88daa812c1a.tar.bz2
Minor fixes
* doc/eclat-mkinst.1: Escape dashes * etc/get-console-output.fln: Handle empty output case.
Diffstat (limited to 'etc')
-rw-r--r--etc/get-console-output.fln3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/get-console-output.fln b/etc/get-console-output.fln
index c6e2178..5ea5dbe 100644
--- a/etc/get-console-output.fln
+++ b/etc/get-console-output.fln
@@ -16,3 +16,6 @@
if (.GetConsoleOutputResponse.output)
print(decode(last), "\n");
+else if (.GetConsoleOutputResponse.timestamp)
+ print(.GetConsoleOutputResponse.timestamp, " no console output from ",
+ .GetConsoleOutputResponse.instanceId, "\n");

Return to:

Send suggestions and report system problems to the System administrator.