summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--lbu-commit-html.lsp7
2 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4977951..5510dd9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=alpine-conf
PACKAGE=acf-$(APP_NAME)
-VERSION=0.3.1
+VERSION=0.3.2
APP_DIST=\
lbu* \
diff --git a/lbu-commit-html.lsp b/lbu-commit-html.lsp
index fdf44c6..672873e 100644
--- a/lbu-commit-html.lsp
+++ b/lbu-commit-html.lsp
@@ -35,6 +35,11 @@ displayinfo(myform,tags,"viewonly")
local tags = { "lbusimulate", "lbucommit", "lbucleanmedia", }
displayinfo(myform,tags)
?>
+
+<? if (form.cmdresult) then ?>
+ <dt>Result of previous action</dt>
+ <dd><pre><?= form.cmdresult ?></pre></DD>
+<? end ?>
+
</DL>
</form>
-