From d9890bc602929cd7cd9ce2a841e7e24a1e39633d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 24 May 2022 00:39:23 +0200 Subject: [PATCH] Typo --- lib/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests.sh b/lib/tests.sh index 1f4f93b..5685fdf 100644 --- a/lib/tests.sh +++ b/lib/tests.sh @@ -377,7 +377,7 @@ TEST_INSTALL () { # Remove and reinstall the application _REMOVE_APP \ && log_small_title "Reinstalling after removal." \ - &&_INSTALL_APP "path=$check_path" "is_public=$is_public" \ + && _INSTALL_APP "path=$check_path" "is_public=$is_public" \ && _VALIDATE_THAT_APP_CAN_BE_ACCESSED "$SUBDOMAIN" "$check_path" "$install_type" return $?