You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compose/scripts/init.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ initializeNacos() {
142
142
fi
143
143
fi
144
144
145
-
if [ "$NACOS_USE_RANDOM_DATA_ENC_KEY"!="N" ];then
145
+
if [ "$NACOS_USE_RANDOM_DATA_ENC_KEY"=="N" ];then
146
146
echo" Fixed data encryption key is used. Skip config overwriting check."
147
147
else
148
148
# Even the namespace is just created, there might be some dangling config items in it if the namespace itself was delete before without cleaning all the configs first.
0 commit comments