From 870e14b5bb1fa3a1f10bcd12a042fdac901b82ba Mon Sep 17 00:00:00 2001 From: Wolfgang Ginolas Date: Wed, 15 May 2024 09:45:33 +0200 Subject: [PATCH] Add null check for missing method --- install-onlyoffice.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-onlyoffice.sh b/install-onlyoffice.sh index 0beb5317b..84c021d91 100755 --- a/install-onlyoffice.sh +++ b/install-onlyoffice.sh @@ -33,7 +33,7 @@ main () { install_version v4 6ebc6938 install_version v5 88a356f0 install_version v6 abd8a309 - install_version v7 9d8b914a + install_version v7 3506b60c install_x2t v7.3+1 ab0c05b0e4c81071acea83f0c6a8e75f5870c360ec4abc4af09105dd9b52264af9711ec0b7020e87095193ac9b6e20305e446f2321a541f743626a598e5318c1 rm -rf "$BUILDS_DIR" @@ -74,7 +74,7 @@ parse_arguments () { shift ;; esac - done + done } ask_for_license () {