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 $?