We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1729d1 commit bb5d0acCopy full SHA for bb5d0ac
1 file changed
irods/test/login_auth_test.sh
@@ -11,7 +11,7 @@ setup_preconnect_preference DONT_CARE
11
add_irods_to_system_pam_configuration
12
13
# Configure clients with admin user but no TLS yet because that requires rescan of config in >= iRODS 5.0
14
-iinit_as_rods >/dev/null 2>&1 || { echo >&2 "couldn't iinit as rods"; exit 2; }
+iinit_as_rods || { echo >&2 "couldn't iinit as rods"; exit 2; }
15
16
# set up /etc/irods/ssl directory and files
17
set_up_ssl sudo
0 commit comments