Skip to content

Commit 2aecd33

Browse files
oCHRISodhurley
andauthored
Update scripts/packages/preinstall.sh
Co-authored-by: Donal Hurley <d.hurley@f5.com>
1 parent 6f9f05d commit 2aecd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packages/preinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ update_config_file() {
7474
if [ -f "$v2_config_file" ] && grep -q "$NGINX_ONE_HOST" "$v2_config_file"; then
7575
echo "NGINX Agent is configured to connect to NGINX One"
7676
else
77-
err_exit "Upgrade aborted: existing Agent V2 is not configured for NGINX One"
77+
err_exit "Upgrade aborted: existing NGINX Agent V2 is not configured for NGINX One"
7878
fi
7979

8080
# Extract token

0 commit comments

Comments
 (0)