Skip to content

Commit

Permalink
cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Aug 20, 2024
1 parent 40b9d52 commit e0cfe7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/install-senzing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,12 @@ install-senzingapi-runtime() {
verify-installation() {

echo "[INFO] verify senzing installation"
is-major-version-greater-than-3 && BUILD_VERSION_PATH="g2/g2BuildVersion" || BUILD_VERSION_PATH="er/szBuildVersion"
# is-major-version-greater-than-3 && BUILD_VERSION_PATH="er/szBuildVersion" || BUILD_VERSION_PATH="g2/g2BuildVersion"
is-major-version-greater-than-3 && BUILD_VERSION_PATH="er/szBuildVersion" || BUILD_VERSION_PATH="g2/g2BuildVersion"
if [ ! -f /opt/senzing/"$BUILD_VERSION_PATH".json ]; then
echo "[ERROR] /opt/senzing/$BUILD_VERSION_PATH.json not found."
exit 1
else
echo "[INFO] cat /opt/senzing/$BUILD_VERSION_PATH.json"
cat /opt/senzing/"$BUILD_VERSION_PATH".json
fi

Expand Down

0 comments on commit e0cfe7a

Please sign in to comment.