[UPDATE] - V1.12

This commit is contained in:
Prof Isen 2022-03-18 12:59:31 +01:00
parent 3de8864695
commit ffc9ad66ed
7 changed files with 3 additions and 11 deletions

Binary file not shown.

View File

@ -1,5 +1,4 @@
% MONITHOR-CLIENT(1) Version 1.8 | lient bash de monitoring
% MONITHOR-CLIENT(1) Version 1.12 | client bash de monitoring
NAME
=====

Binary file not shown.

View File

@ -1,11 +1,4 @@
---
title: MONITHOR-SERVER
section: 1
header: Serveur bash de monitoring
footer: monithor-server 1.7
date: January 13, 2022
---
% MONITHOR-SERVER(1) Version 1.12 | server bash de monitoring

View File

@ -25,7 +25,7 @@ CheckDep() {
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
}