Skip to content

Commit 7a323e2

Browse files
committed
Ignore shellcheck
1 parent 2a65154 commit 7a323e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/upgrade/24.10/upgrade.mongo.80.sh

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ mongosh --nodb --eval 'var conn; print("Waiting for MongoDB connection on port 2
126126

127127
if [ "$isAuth" -eq "1" ]; then
128128
echo "run this command with authentication to upgrade to 8.0"
129+
# shellcheck disable=SC2028
129130
echo "mongosh admin --eval \"db.adminCommand( { setFeatureCompatibilityVersion: \\\8.0\\\", confirm: true } )\""
130131
elif ! mongosh admin --eval "printjson(db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } ))" ; then
131132
echo "Could not connect to MongodB, run this command when Mongo is up and running"

0 commit comments

Comments
 (0)