From 773e3ba983f19429fb310e56e4bcc1136dc2ced8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:15:42 +0100 Subject: [PATCH] Update add-lxc-iptag.json --- json/add-lxc-iptag.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/add-lxc-iptag.json b/json/add-lxc-iptag.json index 64189621..468d2745 100644 --- a/json/add-lxc-iptag.json +++ b/json/add-lxc-iptag.json @@ -33,11 +33,11 @@ "notes": [ { "text": "Execute within the Proxmox shell", - "type": "Info" + "type": "info" }, { "text": "Configuration: `nano /opt/lxc-iptag/iptag.conf`. iptag.service must be restarted after change.", - "type": "Info" + "type": "info" }, { "text": "The Proxmox Node must contain ipcalc and net-tools. `apt-get install -y ipcalc net-tools`",