diff --git a/Virtualization/Proxmox/ProxmoxVE.md b/Virtualization/Proxmox/ProxmoxVE.md index 28caccb..8d2c6ff 100644 --- a/Virtualization/Proxmox/ProxmoxVE.md +++ b/Virtualization/Proxmox/ProxmoxVE.md @@ -43,7 +43,7 @@ To get the iSCSI Initiator IQN of the current Proxmox node, you need to navigate - Click on "**Shell**" to open a CLI to the server - Run the following command to get the iSCSI Initiator (IQN) name to give to TrueNAS Core for the previously-mentioned steps: ``` -cat /etc/iscsi/initiatorname.iscsi | grep "InitiatorName=" +cat /etc/iscsi/initiatorname.iscsi | grep "InitiatorName=" | sed 's/InitiatorName=//' ``` !!! note