Add version to files that will be copied out of this repo so that we easily know if they will need an update

This commit is contained in:
Jérémy Dubois 2022-04-14 16:21:38 +02:00
parent 992fde0930
commit 42de07cb66
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
VERSION="22.04"
carp=$(/sbin/ifconfig carp0 2>/dev/null | grep 'status' | cut -d' ' -f2)
if [ "$carp" = "backup" ]; then

View File

@ -1,3 +1,5 @@
# VERSION="22.04"
[ ca ]
default_ca = CA_default