Skip to content

Commit ee36661

Browse files
author
olevole
committed
do not exit: included in initenv
1 parent 9d01e25 commit ee36661

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/sysinv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,4 +401,5 @@ if [ "${mode}" = "update" ]; then
401401
${CHMOD_CMD} 0640 ${inventory} && ${CHOWN_CMD} ${cbsduser}:${cbsduser} ${inventory}
402402
fi
403403

404-
exit 0
404+
# don't use exit here: included from initenv
405+
#exit 0

0 commit comments

Comments
 (0)