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:
parent
992fde0930
commit
42de07cb66
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# VERSION="22.04"
|
||||
|
||||
[ ca ]
|
||||
default_ca = CA_default
|
||||
|
||||
|
|
Loading…
Reference in a new issue