chore: bump agent version to 1.2.0-SAC
This commit is contained in:
@@ -155,7 +155,7 @@ bash -n ./ssh-monitor
|
|||||||
|
|
||||||
## Релизный архив
|
## Релизный архив
|
||||||
|
|
||||||
Версия задаётся в скрипте переменной **`SSH_MONITOR_VERSION`** (на момент последнего обновления документации — **1.1.3-server-label**; актуальное значение смотрите в файле **`ssh-monitor`**). Сборка tarball из текущего git-дерева:
|
Версия задаётся в скрипте переменной **`SSH_MONITOR_VERSION`** (на момент последнего обновления документации — **1.2.0-SAC**; актуальное значение смотрите в файле **`ssh-monitor`**). Сборка tarball из текущего git-дерева:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make dist
|
make dist
|
||||||
|
|||||||
+1
-1
@@ -153,7 +153,7 @@ bash -n ./ssh-monitor
|
|||||||
|
|
||||||
## Release tarball
|
## Release tarball
|
||||||
|
|
||||||
Version is set in the script as **`SSH_MONITOR_VERSION`** (as of last doc update — **1.1.3-server-label**; see the **`ssh-monitor`** file for the current value). Build from the git tree:
|
Version is set in the script as **`SSH_MONITOR_VERSION`** (as of last doc update — **1.2.0-SAC**; see the **`ssh-monitor`** file for the current value). Build from the git tree:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make dist
|
make dist
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ IFS=$'\n\t'
|
|||||||
# ============================================
|
# ============================================
|
||||||
|
|
||||||
CONFIG_FILE="/etc/ssh-monitor.conf"
|
CONFIG_FILE="/etc/ssh-monitor.conf"
|
||||||
SSH_MONITOR_VERSION="1.1.3-server-label"
|
SSH_MONITOR_VERSION="1.2.0-SAC"
|
||||||
|
|
||||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
if [ -f "$SCRIPT_DIR/sac-client.sh" ]; then
|
if [ -f "$SCRIPT_DIR/sac-client.sh" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user