We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9f05d commit 2aecd33Copy full SHA for 2aecd33
scripts/packages/preinstall.sh
@@ -74,7 +74,7 @@ update_config_file() {
74
if [ -f "$v2_config_file" ] && grep -q "$NGINX_ONE_HOST" "$v2_config_file"; then
75
echo "NGINX Agent is configured to connect to NGINX One"
76
else
77
- err_exit "Upgrade aborted: existing Agent V2 is not configured for NGINX One"
+ err_exit "Upgrade aborted: existing NGINX Agent V2 is not configured for NGINX One"
78
fi
79
80
# Extract token
0 commit comments