Skip to content

Commit

Permalink
Release v5.8.31 for droplet.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Sep 5, 2023
1 parent d834a82 commit 2ee388b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto/pub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fi
if [[ $(grep application_version scripts/setup-droplet/srs.json |grep -v user | grep -q $VERSION || echo no) == no ]]; then
VERSION3="sed -i '' 's|\"application_version\": \".*\"|\"application_version\": \"$VERSION\"|g' scripts/setup-droplet/srs.json"
fi
if [[ $(grep 'git clone -b main' scripts/setup-droplet/scripts/01-srs.sh | grep -q $BRANCH || echo no) == no ]]; then
if [[ $(grep -q 'git clone -b main' scripts/setup-droplet/scripts/01-srs.sh && echo no) == no ]]; then
VERSION4="sed -i '' 's|git clone -b main|git clone -b $BRANCH|g' scripts/setup-droplet/scripts/01-srs.sh"
fi
if [[ ! -z $VERSION0 || ! -z $VERSION1 || ! -z $VERSION2 || ! -z $VERSION3 || ! -z $VERSION4 ]]; then
Expand Down

0 comments on commit 2ee388b

Please sign in to comment.