mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
show info
This commit is contained in:
parent
46026855a5
commit
4e664ac56d
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user