mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore: index update fast
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
if $CERTD_VERSION; then
|
||||
# 判断$CERTD_VERSION 是否存在
|
||||
if [ -n "$CERTD_VERSION" ]; then
|
||||
echo "CERTD_VERSION is set = $CERTD_VERSION"
|
||||
version=$CERTD_VERSION
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user