Skip to content

Commit 3203854

Browse files
committed
updating binary
1 parent b139b7a commit 3203854

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

fido2server-v4.4.1-dist.tgz

-5 Bytes
Binary file not shown.

server/fidoserverInstall/upgrade-skfs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ if [[ -z $($MYSQL_HOME/bin/mysql --user=skfsdbuser --password=$MARIA_SKFSDBUSER_
177177
fi
178178

179179
# 4.3.0 upgrade finished, start upgrade to 4.4
180-
if [[ ! -z $($MYSQL_HOME/bin/mysql --user=skfsdbuser --password=$MARIA_SKFSDBUSER_PASSWORD --database=skfs -e "show index from fido_keys where column_name='fkid';") ]]; then
180+
if [ ! -f $STRONGKEY_HOME/skfs/keystores/jwtsigningtruststore.bcfks ]; then
181181
echo "Upgrading to 4.4"
182182

183183
mkdir -p $STRONGKEY_HOME/upgrading

0 commit comments

Comments
 (0)