Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cf-net connect
now exits with 1 in case of error
``` $ sudo /var/cfengine/bin/cf-net -H 192.168.123.456 connect Failed to connect to '192.168.123.456' $ echo $? 1 $ sudo /var/cfengine/bin/cf-net -H 127.0.0.1 connect Connected & authenticated successfully to '127.0.0.1' $ echo $? 0 ``` Ticket: CFE-4414 Changelog: Title Signed-off-by: Lars Erik Wik <[email protected]>
- Loading branch information