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