Explain ignored exit code.

This commit is contained in:
James Cole 2023-11-04 12:23:25 +01:00
parent f81b5bea9d
commit 8cb72d8d7d
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -44,6 +44,8 @@ EXIT_CODE=$?
cd $SCRIPT_DIR/..
echo "Exit code is $EXIT_CODE, but we ignore this for the time being."
# for the time being, exit 0
#exit $EXIT_CODE
exit 0