$NetBSD: patch-module_idoutils_db_scripts_create__oracledb.sh,v 1.1 2013/03/02 04:08:27 ryoon Exp $ --- module/idoutils/db/scripts/create_oracledb.sh.orig 2013-01-13 22:18:37.000000000 +0000 +++ module/idoutils/db/scripts/create_oracledb.sh @@ -67,7 +67,7 @@ connect sys/${SYSPASS}@${DB} as sysdba; EOS1 RET=$? -if [ $RET == 0 ]; then +if [ $RET = 0 ]; then #create icinga schema objects using newly created user $SP /nolog <