[UPDATE] - V1.12
This commit is contained in:
parent
3de8864695
commit
ffc9ad66ed
Binary file not shown.
@ -1,5 +1,4 @@
|
|||||||
|
% MONITHOR-CLIENT(1) Version 1.12 | client bash de monitoring
|
||||||
% MONITHOR-CLIENT(1) Version 1.8 | lient bash de monitoring
|
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
=====
|
=====
|
||||||
|
|||||||
Binary file not shown.
@ -1,11 +1,4 @@
|
|||||||
---
|
% MONITHOR-SERVER(1) Version 1.12 | server bash de monitoring
|
||||||
title: MONITHOR-SERVER
|
|
||||||
section: 1
|
|
||||||
header: Serveur bash de monitoring
|
|
||||||
footer: monithor-server 1.7
|
|
||||||
date: January 13, 2022
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -25,7 +25,7 @@ CheckDep() {
|
|||||||
|
|
||||||
GitVersion() {
|
GitVersion() {
|
||||||
|
|
||||||
LastTag=$(git tag | sed "s/^V//g" | cut -d"-" -f1 | sort | tail -n1)
|
LastTag=$(git tag | sed "s/^V//g" | cut -d"-" -f1 | sort -n -k2 -t. | tail -n1)
|
||||||
NewTag=${LastTag}-rebuild
|
NewTag=${LastTag}-rebuild
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user