From f16794bee4b7d6acfdd9b07b131682ab83d6aee8 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Mon, 19 Sep 2022 16:16:41 +0200 Subject: [PATCH] code 4 Please enter the commit message for your changes. Lines starting --- docs/getting-started.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 5ee9bb9..0896998 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -89,10 +89,8 @@ Make sure the following ports can pass through your firewall from the open Inter Activate them both in your virtualization infrastructure and the local firewall on your virtual machine: -```console -firewall-cmd --add-port="{80/tcp,443/tcp,9095/tcp,5672/tcp}" --permanent -firewall-cmd --reload -``` + $ firewall-cmd --add-port="{80/tcp,443/tcp,9095/tcp,5672/tcp}" --permanent + $ firewall-cmd --reload ## Development -- GitLab