From 4e664ac56dd1b80bfac8c0b5442979c5e2f1e162 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 23 Oct 2020 14:31:09 +0000 Subject: [PATCH] show info --- includes/gs-update.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/includes/gs-update.sh b/includes/gs-update.sh index 231c7b0..2c05021 100644 --- a/includes/gs-update.sh +++ b/includes/gs-update.sh @@ -75,6 +75,11 @@ function show_version { echo -e "========================================================" } +function show_info() { + echo -e "========================================================" + echo -e "========================================================" +} + ## Devmode Task function task_devmode { TASKTYPE='DEV' @@ -148,9 +153,12 @@ function task_version { ## Info Task -function task_info { +function task_info() { TASKTYPE='INFO' MESSAGE="${MESSAGE}: ${TASKTYPE} Requested" + echo_good + + show_info exit_nochange } \ No newline at end of file