diff --git a/Installation/MacOSX/Bundle/arangodb-cli.sh.in b/Installation/MacOSX/Bundle/arangodb-cli.sh.in index 56d8c9fd8d..e474bf5ee9 100755 --- a/Installation/MacOSX/Bundle/arangodb-cli.sh.in +++ b/Installation/MacOSX/Bundle/arangodb-cli.sh.in @@ -81,8 +81,10 @@ EOF sed -i -e "s;storage-engine = auto;storage-engine = $STORAGE_ENGINE;" "${ARANGOD_CONF}" else if "${ROOTDIR}/arangod" -c "${ARANGOD_CONF}" --database.check-version true; then + rm -f "${HOME}@INC_CPACK_ARANGO_DATA_DIR@/LOCK" # FIXME echo "database doesn't need an upgrade." else + rm -f "${HOME}@INC_CPACK_ARANGO_DATA_DIR@/LOCK" # FIXME UPGRADE_DB=$(/usr/bin/osascript<