Photoprism: Also replace + with - for version
This commit is contained in:
parent
31ffd172c6
commit
837258549a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ VER="${IMAGE#*/}"
|
|||
VER="${VER%/*}"
|
||||
VER="${VER//./-}"
|
||||
UPSTREAM_VER="1.2409.15+240915-e1280b2fb"
|
||||
UPSTREAM_VER_DASH="${UPSTREAM_VER//./-}"
|
||||
UPSTREAM_VER_DASH="${UPSTREAM_VER//[.+]/-}"
|
||||
UPSTREAM_NAME="photoprism"
|
||||
SERIAL="1benoitjpnet"
|
||||
CNAME="$UPSTREAM_NAME-$UPSTREAM_VER_DASH-$SERIAL-$DIST-$VER"
|
||||
|
|
Loading…
Add table
Reference in a new issue