Skip to content

Commit 92576e1

Browse files
committed
Fix exit status
The agent exits with status 1 even when no errors ocurred. With this change the status is 0 when everything went OK.
1 parent 862a596 commit 92576e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nq-agent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,4 @@ else
255255
fi
256256

257257
# Finished
258-
exit 1
258+
exit 0

0 commit comments

Comments
 (0)